Hello,
I get the following error whenever I try to compile any programs with Jbuilder:
java.lang.NoClassDefFoundError: Test
Exception in thread "main"
I don't even have a class called Test but whichever project I run gives this error. Even simple hello world programs. This question has been asked before but I couldn't find any real answers. Someone mentioned class paths but I don't know how to test this.
Is anyone familiar with Jbuilder project options? I have JRE and JSE installed.
I get the following error whenever I try to compile any programs with Jbuilder:
java.lang.NoClassDefFoundError: Test
Exception in thread "main"
I don't even have a class called Test but whichever project I run gives this error. Even simple hello world programs. This question has been asked before but I couldn't find any real answers. Someone mentioned class paths but I don't know how to test this.
Is anyone familiar with Jbuilder project options? I have JRE and JSE installed.