I have compiled a java program in suse10 without a problem but it comes to running it i encountered this statement :Exception in Thread "main" java.lang.No such method Error :main

Recommended Answers

All 2 Replies

Check the signature for the main method.

you check the main method fully..

you may call any methods within main() which has no implementation...

or else post your whole exception..with code..

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.