Java-Gaming.org
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
Featured games (78)
games approved by the League of Dukes
Games in Showcase (408)
games submitted by our members
Games in WIP (293)
games currently in development
News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
    Home     Help   Search   Login   Register   
Pages: [1]
  ignore  |  Print  
  "no jogl in java.library.path"  (Read 2779 times)
0 Members and 1 Guest are viewing this topic.
Offline uderman

Senior Newbie




Java games rock!


« Posted 2004-07-07 20:05:49 »

C:\j2sdk1.4.2_04\bin\java.exe  -classpath "C:\j2sdk1.4.2_04\jre\lib\rt.jar;C:\j2sdk1.4.2_04\lib\tools.jar;C:\Arquivos de programas\Java\j2re1.4.2_04\lib\ext\jogl.jar;E:\Uderman\OpenGL\NEHE TUTORIAL\LESSON 1\JOGL CODE" Lesson01
java.lang.UnsatisfiedLinkError: no jogl in java.library.path
                       at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1491)
                       at java.lang.Runtime.loadLibrary0(Runtime.java:788)
                       at java.lang.System.loadLibrary(System.java:834)
                       at net.java.games.jogl.impl.NativeLibLoader$1.run(NativeLibLoader.java:60)
                       at java.security.AccessController.doPrivileged(Native Method)
                       at net.java.games.jogl.impl.NativeLibLoader.<clinit>(NativeLibLoader.java:46)
                       at net.java.games.jogl.impl.GLContext.<clinit>(GLContext.java:51)
                       at net.java.games.jogl.impl.windows.WindowsGLContextFactory.createGLContext(WindowsGLContextFactory.java:82)

                       at net.java.games.jogl.GLCanvas.<init>(GLCanvas.java:69)
                       at net.java.games.jogl.GLDrawableFactory.createGLCanvas(GLDrawableFactory.java:150)
                       at net.java.games.jogl.GLDrawableFactory.createGLCanvas(GLDrawableFactory.java:118)
                       at net.java.games.jogl.GLDrawableFactory.createGLCanvas(GLDrawableFactory.java:85)
                       at Lesson01.main(Lesson01.java:121)
Exception in thread "main" Finished executing


hello,

I got this erro when trying to run the JOGL code to nehe tutorial 1.
Probably I didn&acute;t installed JOGL correctly, so can anyone help me?
Offline daymark

Senior Newbie




Java games rock!


« Reply #1 - Posted 2004-07-08 00:14:37 »

Jogl's native library (jogl.dll) cannot be found.

Either copy jogl.dll to C:\j2sdk1.4.2_04\bin\
or specify -Djava.libary.path=dir-containing-jogl.dll on your java cmd line.
Offline uderman

Senior Newbie




Java games rock!


« Reply #2 - Posted 2004-07-08 11:28:50 »

thx, it's working now Smiley
Games published by our own members! Check 'em out!
Try the Free Demo of Droid Assault
Offline Mithrandir

Senior Member




Cut from being on the bleeding edge too long


« Reply #3 - Posted 2004-07-08 17:57:57 »

Putting all the standard JDK JAR files into the -classpath setting is a really, really bad thing to do. It's going to break most code. Java will find these all as it is so there is no need to specify them in the classpath settings.  As for JOGL code, if you installed it in the JDK directory and not the JRE (under the C:\program files\Javasoft\JRE area) then the libraries won't be found. The reason for this is that the Sun installer puts a java.exe and javaw.exe into the $WINDOWS\System32 directory that looks for stuff in the JRE install directory, not the JDK. The way around this that I normally take is to delete those two files or to change the PATH environment variable to point to the JDK\bin directory before the Win32 system directories.

The site for 3D Graphics information http://www.j3d.org/
Aviatrix3D JOGL Scenegraph http://aviatrix3d.j3d.org/
Programming is essentially a markup language surrounding mathematical formulae and thus, should not be patentable.
Pages: [1]
  ignore  |  Print  
 
 
You cannot reply to this message, because it is very, very old.

Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
 
Browse for soundtracks for your game!

Add your game by posting it in the WIP section,
or publish it in Showcase.

The first screenshot will be displayed as a thumbnail.

The invasion has landed! On Mars! And you're there to beat 'em!
cubemaster21 (128 views)
2013-05-17 21:29:12

alaslipknot (135 views)
2013-05-16 21:24:48

gouessej (166 views)
2013-05-16 00:53:38

gouessej (158 views)
2013-05-16 00:17:58

theagentd (170 views)
2013-05-15 15:01:13

theagentd (155 views)
2013-05-15 15:00:54

StreetDoggy (199 views)
2013-05-14 15:56:26

kutucuk (223 views)
2013-05-12 17:10:36

kutucuk (222 views)
2013-05-12 15:36:09

UnluckyDevil (226 views)
2013-05-12 05:09:57
Complex number cookbook
by Roquen
2013-04-24 12:47:31

2D Dynamic Lighting
by Oskuro
2013-04-17 16:46:12

2D Dynamic Lighting
by Oskuro
2013-04-17 16:45:57

2D Dynamic Lighting
by Oskuro
2013-04-17 16:23:20

Noise (bandpassed white)
by Roquen
2013-04-05 17:36:01

Noise (bandpassed white)
by Roquen
2013-04-03 16:17:38

Java Data structures
by Roquen
2013-03-29 13:21:12

Topic Request
by kutucuk
2013-03-22 21:42:01
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines | Managed by Enhanced Four Valid XHTML 1.0! Valid CSS!
Page created in 0.088 seconds with 21 queries.