Original Post
Hi everyone, I'm quite mystified at the moment, as I have recently made the move to Java using Eclipse as my IDE. Yesterday, I was happy developing my app using jogl for graphics. Then I downloaded an applet plugin so that I could view this site, and voila, my IDE was screwed. I've googled my eyes out all day now, so I'm finally asking you guys for help. Here are the symptoms. I'm using : Eclipse 3.0 j2sdk1.4.2_04 j2re1.4.2_05 jogl.Jar in folder j2re1.4.2_05\lib\ext jogl-natives-win32.Jar in same folder jogl.dll in folder j2re1.4.2_05\bin, also in Windows\System32 jogl_cg.gll in same folders I uninstalled my JRE, and reinstalled. Eclipse continues to give me these red errors : java.lang.UnsatisfiedLinkError: dispatch_wglGetExtensionsStringARB at net.java.games.jogl.impl.windows.WindowsGLImpl.dispatch_wglGetExtensionsStringARB(Native Method) at net.java.games.jogl.impl.windows.WindowsGLImpl.wglGetExtensionsStringARB(WindowsGLImpl.java:33366) etc, there are around 20 of them. I know it's trying to link to the native GL calls. I just have no idea how to fix it. Clicking on any of the errors, I get message above : Source not found. the jar file jogl.jar has no source attachment. Hopefully you Java dudes will know what I'm talking about, as this looks to me like a basic linkage problem. Thanks!