no gluegen-rt in java.library.path

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

no gluegen-rt in java.library.path

Flávio Jogamp Mello
Hi there,

I am trying to use jogl in my Eclipse RCP application, but I got the following runtime error message: An error has occurred. See error log for more details. no gluegen-rt in java.library.path

The gluegen-rt is listed in my "References Libraries", and the GL Context/Canvas/Data are created inside my EditorPart. I don't know if it helps, but the EditorPart is functional when not using the GL stuff.

Can any one give me a tip of what is going wrong?

Thanks in advance,

Flávio Mello
Reply | Threaded
Open this post in threaded view
|

Re: no gluegen-rt in java.library.path

Wade Walker
Administrator
Hi Flávio,

There is a tutorial at http://wadeawalker.wordpress.com/2010/12/06/tutorial-displaying-java-opengl-in-an-eclipse-editor-with-a-menu-bar-and-a-runpause-button/ that shows how to draw with JOGL in an Eclipse RCP EditorPart. You might take a look at the project setup and see if it helps.
Reply | Threaded
Open this post in threaded view
|

Re: no gluegen-rt in java.library.path

Flávio Jogamp Mello
Hi,

It is a nice strp-by-step tutorial. It helped a lot. Thanks very much.

Cheers,

Flávio Mello
Reply | Threaded
Open this post in threaded view
|

Re: no gluegen-rt in java.library.path

Wade Walker
Administrator
I'm glad it was useful  For a faster response in the future, you might try posting in the "jogl" forum instead of the "gluegen" forum (unless gluegen itself is really not working) -- this forum may not get checked as often.