Computer Science Canada Error in paths |
Author: | copthesaint [ Mon Apr 18, 2011 9:51 am ] | ||||
Post subject: | Error in paths | ||||
So I have these two errors running any of the java 3D API programs. And I assume there is a problem with administrative rights or my open GL Applet Errors:
Application errors:
Help is appreciated (: |
Author: | 2goto1 [ Mon Apr 18, 2011 10:24 am ] |
Post subject: | RE:Error in paths |
Googling the error message brings back a bunch of search results: http://www.google.ca/search?sourceid=chrome&ie=UTF-8&q=java.lang.UnsatisfiedLinkError%3A+no+j3dcore-ogl+in+java.library.path It looks like Java 3D DLL needs to be in your path, according to the first few search results that Google reports, http://www.filsa.net/2008/07/17/eclipse-java3d-and-javalibrarypath/ http://www.eclipsezone.com/eclipse/forums/t86839.rhtml It sounds like there may be a few dll references that you need to add to your path, and possibly a few additional jars. Try reviewing http://www.filsa.net/2008/07/17/eclipse-java3d-and-javalibrarypath/ and http://www.eclipsezone.com/eclipse/forums/t86839.rhtml |