Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

problems with exe4j and 3D API

843810Dec 22 2007 — edited Dec 24 2007
Hi! 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 21 2008
Added on Dec 22 2007
1 comment
211 views