I’ve managed to compile some java opengl …
But when I run it, I have a message :
java.lang.UnsatisfiedLinkError: gluPerspective
at net.java.games.jogl.impl.GLUImpl.gluPerspective(Native Method)
at gin950.prototype3$Listener.init(prototype3.java:147)
at net.java.games.jogl.impl.GLDrawableHelper.init(GLDrawableHelper.java:68)
at net.java.games.jogl.GLCanvas$InitAction.run(GLCanvas.java:166)
at net.java.games.jogl.impl.windows.WindowsGLContext.makeCurrent(WindowsGLContext.java:122)
at net.java.games.jogl.impl.windows.WindowsOnscreenGLContext.makeCurrent(WindowsOnscreenGLContext.java:107)
at net.java.games.jogl.impl.GLContext.setRenderingThread(GLContext.java:244)
at net.java.games.jogl.GLCanvas.setRenderingThread(GLCanvas.java:135)
at net.java.games.jogl.Animator$1.run(Animator.java:87)
at java.lang.Thread.run(Unknown Source)
Does anyone can help me ?
I suppose I’ve to link with the glu32.dll but … how to do this ?
I’ve already work with openGL but with C++. And I’ve a project to do for my studies with jogl.
Sorry if my english is bad, I’m a french student.
:-[