Hello everybody…
Today I have download a update version of my jme cvs… I have downloaded this using NetBeans CVS Chekout…
After I dowloaded the jme from cvs, everything goes fine ("Clean and Build Project", "Test Project" and "Generate Javadoc for Project")…
but when I try to "run the project", to run the demos, I've got the following error:
Searching for Demo classes in "jmetest".
04/10/2006 18:15:38 com.jme.scene.Node <init>
INFO: Node created.
Exception in thread "main" java.lang.ExceptionInInitializerError
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:164)
at jmetest.TestChooser.load(Unknown Source)
at jmetest.TestChooser.addAllFilesInDirectory(Unknown Source)
at jmetest.TestChooser.addAllFilesInDirectory(Unknown Source)
at jmetest.TestChooser.addAllFilesInDirectory(Unknown Source)
at jmetest.TestChooser.find(Unknown Source)
at jmetest.TestChooser.addDisplayedClasses(Unknown Source)
at jmetest.TestChooser.start(Unknown Source)
at jmetest.TestChooser.main(Unknown Source)
Caused by: java.lang.ArrayIndexOutOfBoundsException: -1
at java.util.ArrayList.get(ArrayList.java:323)
at com.jme.scene.batch.GeomBatch.checkTextureCoordinates(Unknown Source)
at com.jme.scene.batch.GeomBatch.addTextureCoordinates(Unknown Source)
at com.jme.scene.Geometry.reconstruct(Unknown Source)
at com.jme.scene.Geometry.reconstruct(Unknown Source)
at com.jme.scene.Geometry.<init>(Unknown Source)
at com.jme.scene.TriMesh.<init>(Unknown Source)
at com.jme.scene.shape.Quad.<init>(Unknown Source)
at com.jme.renderer.pass.ShadowedRenderPass.<init>(Unknown Source)
at jmetest.awt.applet.AppletTestShadows.<clinit>(Unknown Source)
... 10 more
Java Result: 1
Is anything wrong with this new version of cvs???? I really need to run this demos....
Please, does anyone have an idea of what is wrong??? :?
Thanks....