LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: TehSilentOne on February 12, 2007, 02:32:33

Title: Eclipse / Error
Post by: TehSilentOne on February 12, 2007, 02:32:33
Ive looked through other threads that i think would pertain to this, but can't figure it out.. i have LWJGL working before, but i upgraded to Vista, and haven't gotten it to work since.

(http://i67.photobucket.com/albums/h319/TehSilentOne/Untitled3.jpg)
(http://i67.photobucket.com/albums/h319/TehSilentOne/Untitled.jpg)

And then i try to Run..

(http://i67.photobucket.com/albums/h319/TehSilentOne/Untitled2.jpg)
Title: Re: Eclipse / Error
Post by: Matzon on February 12, 2007, 06:12:32
hmm, can't help you - dont have vista. Somewhat related: do note that OpenGL drivers on vista a unstable at best (some cards dont even have  OGL drivers for vista).
Title: Re: Eclipse / Error
Post by: TehSilentOne on February 12, 2007, 06:31:53
well, openGL is working fine w/ the patch i am using, (all apps run perfectly and all that jazz), so i didn't think it would be related to Vista.
Title: Re: Eclipse / Error
Post by: ndhb on February 13, 2007, 23:26:14
I have Eclipse running with LWJGL on Vista. I have LWJGL installed as "\users\ndhb\lwjgl" or something similar. It looks like some enviroment variable is being used/expanded wrongly? Have you tried putting the .jar outside the c:\program files? (could it be protected domain in some way?)

- Nicolai de Haan Brøgger

Title: Re: Eclipse / Error
Post by: Sardtok on February 15, 2007, 02:35:36
Possibly you might also need to use quotes around the arg there, cause there's a space in "Program Files"...
Title: Re: Eclipse / Error
Post by: TehSilentOne on February 17, 2007, 20:41:57
by opening up the .classpath file, i found it was pointing at things that didn't exist.. i deleted the project, and copied all the code, and now it works as requested.  8) Thanks guys