LWJGL
May 21, 2013, 14:48:45
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
LWJGL 2.9.0 released!
Home
Help
Search
Login
Register
LWJGL
>
Programming
>
Lightweight Java Library Game Development
>
LWJGL 2.8.1 link error - eclipse win7-64
Pages: [
1
]
« previous
next »
Print
Author
Topic: LWJGL 2.8.1 link error - eclipse win7-64 (Read 1523 times)
Naps
Newbie
Posts: 1
LWJGL 2.8.1 link error - eclipse win7-64
«
on:
October 20, 2011, 08:08:55 »
Running a Windows 7 64-bit system with eclipse IDE, I experience the following error message when trying to compile LWJGL2.8.1 dependant code:
Exception in thread "main" java.lang.UnsatisfiedLinkError: org.lwjgl.opengl.WindowsDisplay.nSetTitle(JJ)V
Anything within org.lwjgl.opengl.* seem to generate similar errors.
After suggestions from the irc I rolled back to LWJGL 2.7.1, which worked perfectly, though.
Logged
sarobenalt
Newbie
Posts: 5
Re: [BUG] LWJGL 2.8.1 link error - eclipse win7-64
«
Reply #1 on:
October 24, 2011, 10:59:34 »
Hi Naps,
I have LWJGL 2.8.1 running properly under Eclipse 3.7 (Indigo) with Win 7/64. Your error is a runtime (not compile time) problem trying to locate the native code. Are you building a standalone LWJGL-based Java app with Eclipse, or trying to integrate LWJGL into Eclipse itself as plugins? The techniques for resolving native code are very different for these two cases.
Steve
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Programming
-----------------------------
=> Lightweight Java Library Game Development
=> LWJGL Documentation
=> Bug Reports / RFE
=> OpenGL
=> OpenAL
=> General Java Game Development
-----------------------------
Archive
-----------------------------
=> Resolved Bugs/RFE
=> DirectX
=> DevIL
=> FMOD
Loading...