java.lang.ClassNotFoundException

Compiler is JBuilder5 (the free one)

It can't find my main()

What do I do.

Also, I posted the same message in one of the other

forums before I noticed this one. Sorry!

Please forgive me, I promise I'll do better next time!

Thankx,

Jeffro

[303 byte] By [jeffroS] at [2007-9-26 16:50:07]
# 1
Signature for main method should be "public static void main(String args[])"Check if it is the same or not.
praveen_t at 2007-7-2 20:47:48 > top of Java-index,Developer Tools,Java Compiler...
# 2
Please be sure yo have set your IDE (JBuilder) environment right.
rajaboobalan at 2007-7-2 20:47:48 > top of Java-index,Developer Tools,Java Compiler...
# 3
Hello,I checked, and did put public static void main(String[] args)
jeffroS at 2007-7-2 20:47:48 > top of Java-index,Developer Tools,Java Compiler...
# 4
Hello,I havn't touched the environment variables.The project is loaded in what I believe is thedefault dir. Which is Windows\jbproject
jeffroS at 2007-7-2 20:47:48 > top of Java-index,Developer Tools,Java Compiler...