problems with exe4j and 3D API
843810Dec 22 2007 — edited Dec 24 2007Hi! I am trying to make an exe file from my java application with the programme exe4j, but I can not include the java 3D API into my project. Each time I execute the exe, an error file tells me this:
Exception in thread "Thread-3" java.lang.NoClassDefFoundError: com/sun/j3d/utils/timer/J3DTimer
at PruebaPanel.run(PruebaPanel.java:165)
at java.lang.Thread.run(Unknown Source)
How can I fix it?
Thank you so much