Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » JOGL in eclipse
JOGL in eclipse [message #457856] Sun, 02 August 2009 03:08 Go to next message
pdelbarba  is currently offline pdelbarba Friend
Messages: 1
Registered: August 2009
Junior Member
I am trying to use eclipse to develop jogl applications and have added the both of the jogl jars as variables to the build path. I'm getting an error "java.lang.UnsatisfiedLinkError: no jogl in java.library.path" whenever I try to run the project even though all of the references to the jars are being accepted in compilation. What is wrong?
Thanks
Re: JOGL in eclipse [message #467837 is a reply to message #457856] Mon, 03 August 2009 06:07 Go to previous message
Madhu Samuel is currently offline Madhu SamuelFriend
Messages: 199
Registered: July 2009
Senior Member
pdelbarba wrote:

> I am trying to use eclipse to develop jogl applications and have added the
both of the jogl jars as variables to the build path. I'm getting an error
"java.lang.UnsatisfiedLinkError: no jogl in java.library.path" whenever I try
to run the project even though all of the references to the jars are being
accepted in compilation. What is wrong?
> Thanks

Hello,

The "java.lang.UnsatisfiedLinkError" is thrown when the program is not
able to find the jogl dll files.

Right click on the java class, goto Run As > Run Configurations

Select your configuration, Open the 'Arguements' tab.

In the VM Arguements, provide "-Djava.library.path=c:\jogl\lib"

where, "c:\jogl\lib" is the folder in which jogl.dll, gluegen-rt.dll,
jogl_awt.dll etc are available.


Previous Topic:scp (secure copy) Export->Other plugin
Next Topic:Eclipse 3.5 segmentation fault on startup
Goto Forum:
  


Current Time: Thu Apr 25 00:45:14 GMT 2024

Powered by FUDForum. Page generated in 0.08678 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top