[[HomePage]] > [[ComponentHowTo Components and HowTos]] > [[FileTypes]] {{image url="http://www.murga-linux.com/puppy/viewtopic.php?mode=attach&id=57682" title="icon" alt="icon"}} ====jar==== ~The ##.jar## refers to a collection of [[Java]] package multiple Java source files. This is run by the JavaRuntimeEnvironment. ==Run from commandline== ~Change to the same directory as the JAR file and run it. Use the [[cd]] command to change to the correct directory. Once inside the correct directory, use the java command with the -jar option for example (app.jar = .jar filename)- --- ~##java -jar app.jar## ==Related Webpages== ~[[http://www.ehow.com/how_5021615_execute-jar-file.html How to Execute a Jar File (ehow.com)]] ~[[http://www.reddit.com/r/puppylinux/comments/2f9rrs/how_to_get_jar_programs_running_in_puppy_driving/ How to get .jar programs running in Puppy? (reddit)]] ---- ==Categories== CategorySoftware CategoryComponent CategoryJava