Bug 18 - no jogl in java.library.path
Summary: no jogl in java.library.path
Status: VERIFIED INVALID
Alias: None
Product: Jogl
Classification: JogAmp
Component: core (show other bugs)
Version: 1
Hardware: All windows
: P3 normal
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2003-06-27 05:29 CEST by Sven Gothel
Modified: 2010-03-24 07:45 CET (History)
0 users

See Also:
Type: DEFECT
SCM Refs:
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Gothel 2010-03-24 07:45:30 CET


---- Reported by melvyn 2003-06-27 17:29:31 ----

Can someone help me to run the demos? I have j2sdk-1_4_2-beta-windows-
i586.exe (and java3d-1_3_1-windows-i586-opengl-rt.exe) installed. Then I 
copied Gears.java, VertexArrayRange.java, jogl.jar and jogllib.jar in a new 
directory and compiled them without a problem. But when I try to start Gears, I 
get the following error:

Exception in thread "main" java.lang.UnsatisfiedLinkError: no jogl in 
java.library.path
        at java.lang.ClassLoader.loadLibrary(Unknown Source)
        at java.lang.Runtime.loadLibrary0(Unknown Source)
        at java.lang.System.loadLibrary(Unknown Source)
        at net.java.games.jogl.impl.NativeLibLoader.<clinit>
(NativeLibLoader.java:45)
        at net.java.games.jogl.impl.GLContext.<clinit>(GLContext.java:50)
        at 
net.java.games.jogl.impl.windows.WindowsGLContextFactory.createGLContext
(WindowsGLContextFactory.java:51)
        at net.java.games.jogl.GLCanvas.<init>(GLCanvas.java:66)
        at net.java.games.jogl.GLDrawableFactory.createGLCanvas
(GLDrawableFactory.java:94)
        at net.java.games.jogl.GLDrawableFactory.createGLCanvas(GLDrawableFactor
y.java:80)
        at Gears.main(Gears.java:17)

TIA
Melvyn



---- Additional Comments From kbr 2003-06-30 01:01:52 ----

User error as per issue 19.




--- Bug imported by sgothel@jausoft.com 2010-03-24 07:45 EDT  ---

This bug was previously known as _bug_ 18 at https://jogl.dev.java.net/bugs/show_bug.cgi?id=18