regarding .jars
I know this is far below the scope of this website/forum but if i wanted to view the tutorials in the lwjgl form, how do i do that using the .jar file provided?
Quote: Original post by chadwic
I know this is far below the scope of this website/forum but if i wanted to view the tutorials in the lwjgl form, how do i do that using the .jar file provided?
You can open .jar with 7-zip, which is free btw, and many other programs.
Link:
http://www.7-zip.org
Killers don't end up in jailThey end up on a high-score!
.jar files are realy renamed zipfiles.
Open it with winzip, winrar, pkunzip or whatever.
Open it with winzip, winrar, pkunzip or whatever.
www.flashbang.se | www.thegeekstate.com | nehe.gamedev.net | glAux fix for lesson 6 | [twitter]thegeekstate[/twitter]
February 01, 2005 11:21 AM
?? If by 'view' you mean 'run' then if you have your LWGL libraries installed properly and your classpath set correctly then all you have to do is the following :
java -jar jarfile.jar
thats assuming that there's a manifest and a class with a main method in the jars (Haven't looked at LWGL myself, i use JOGL). if not then theres bound to be some reference as to which class to run in the jar to run the demo.
Daire Quinlan.
java -jar jarfile.jar
thats assuming that there's a manifest and a class with a main method in the jars (Haven't looked at LWGL myself, i use JOGL). if not then theres bound to be some reference as to which class to run in the jar to run the demo.
Daire Quinlan.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement