LWJGL Forum

Programming => OpenGL => Topic started by: IpwndU on October 25, 2011, 22:44:46

Title: Problems with external running
Post by: IpwndU on October 25, 2011, 22:44:46
hey i made a jar file named ProjectX.jar and java -Djava.library.path=<blah> -jar <blah.jar>..... works on my mac but when i try to run the script in windows it says that there is no library for the opengl.Display class (thats the only error). help?!?!? i really don't know any more relevant information besides i checked the directories and made sure i used "\" instead of "/". (oh and btw i cant mess with the computers environment variables) is there something i overlooked??? (all of the files are in the folder because it works on my mac)
Title: Re: Problems with external running
Post by: jediTofu on October 26, 2011, 03:21:48
If java.library.path has spaces, make sure you quote it.  Try going to the actual path using windows explorer.