Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » OpenGL: Unsatisfied Link Error
OpenGL: Unsatisfied Link Error [message #440236] Mon, 26 July 2004 23:52 Go to next message
Leandro de Oliveira is currently offline Leandro de OliveiraFriend
Messages: 13
Registered: July 2009
Junior Member
java.lang.UnsatisfiedLinkError: glClear

I received this message when I tried to run my application.
I have swt.jar and opengl.jar in classpath and -Djava.library.path=dlls/
(where I have gl-win32.dll and swt-win32-3062.dll)

Could u help me?

Thanks
Re: OpenGL: Unsatisfied Link Error [message #440251 is a reply to message #440236] Tue, 27 July 2004 17:26 Go to previous message
Mark Melvin is currently offline Mark MelvinFriend
Messages: 118
Registered: July 2009
Senior Member
Leandro wrote:
> java.lang.UnsatisfiedLinkError: glClear
>
> I received this message when I tried to run my application.
> I have swt.jar and opengl.jar in classpath and -Djava.library.path=dlls/
> (where I have gl-win32.dll and swt-win32-3062.dll)
>
> Could u help me?
>

glClear is probably called from gl-win32.dll and cannot be found. Make
sure the directory containing glClear.dll is on your system PATH.

Mark.
Previous Topic:OLEControlSite Dispose event problem
Next Topic:[License] CPL compatibility to other OSI licenses?
Goto Forum:
  


Current Time: Wed Sep 25 21:53:29 GMT 2024

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

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

Back to the top