Hi,
I'm trying to run the demos, but there is something wrong. I'm using the SVN version and NetBeans 6.5. Any ideas why I'm getting this?
01/04/2009 13:44:55 jmetest.TestChooser start
INFO: Composing Test list...
01/04/2009 13:44:55 jmetest.TestChooser find
INFO: Searching for Demo classes in "jmetest".
Exception in thread "main" java.lang.ExceptionInInitializerError
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:169)
at jmetest.TestChooser.load(TestChooser.java:218)
at jmetest.TestChooser.addAllFilesInDirectory(TestChooser.java:262)
at jmetest.TestChooser.addAllFilesInDirectory(TestChooser.java:258)
at jmetest.TestChooser.find(TestChooser.java:166)
at jmetest.TestChooser.addDisplayedClasses(TestChooser.java:541)
at jmetest.TestChooser.start(TestChooser.java:454)
at jmetest.TestChooser.main(TestChooser.java:444)
Caused by: java.lang.RuntimeException: Uncompilable source code - cannot find symbol
symbol: class BaseSimpleGame
at com.jme.app.SimpleGame.<clinit>(SimpleGame.java:46)
... 9 more
Java Result: 1