I’m trying to get started with the demos and I’m running into some problems. First, when I run the demos using javaws.exe from the demos page, they work correctly and can be used, but when I close the applicated, 100% of the time, it reboots my computer (Win XP Pro sp 2). I then tried to compile and run the demos from inside of eclipse so I could try to catch what was going wrong, and I can get it to compile, but when I start it, it tells me that I don’t have gl.dll (not jogl.dll, that is installed and is found). I searched my drive for this file, and found a copy in my FarCry directory, so I put that and cg.dll in the path and then I would get:
“The procedure entry point cgGLUnbindProgram could not be located in the dynamic link library cgGL.dll.”
Where do I get updated copies of these DLLs to use with JOGL? I have googled it and very little is mentioned about these DLLs. I have the feeling they should be installed with my video card drivers, but I have the most recent NVidia drivers available.
JRE 1.5.0, NVidia driver 66.93 on a 6800GT.
Thanks!
Jason