Revision history for jar


Revision [31350]

Last edited on 2016-10-06 09:44:13 by s243a
Additions:
CategoryJava


Revision [30423]

Edited on 2014-10-30 13:38:36 by darkcity
Additions:
~[[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)]]


Revision [30422]

Edited on 2014-10-30 13:35:34 by darkcity
Additions:
~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##
---
Deletions:
~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, run ##java -jar app.jar## (app.jar = .jar filename)


Revision [29911]

Edited on 2014-01-19 08:30:28 by darkcity
Additions:
~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, run ##java -jar app.jar## (app.jar = .jar filename)
Deletions:
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, run ##java -jar app.jar## (app.jar = .jar filename)


Revision [29910]

Edited on 2014-01-19 08:30:20 by darkcity
Additions:
~The ##.jar## refers to a collection of [[Java]] package multiple Java source files. This is run by the JavaRuntimeEnvironment.
Deletions:
~The ##.jar## refers to a collection of [[Java]] [[source code]]. This is run by the JavaRuntimeEnvironment.


Revision [29909]

Edited on 2014-01-19 08:29:41 by darkcity
Additions:
==Related Webpages==
Deletions:
==Related Webpages


Revision [29908]

Edited on 2014-01-19 08:29:30 by darkcity
Additions:
====jar====
~The ##.jar## refers to a collection of [[Java]] [[source code]]. 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, run ##java -jar app.jar## (app.jar = .jar filename)
==Related Webpages
~[[http://www.ehow.com/how_5021615_execute-jar-file.html How to Execute a Jar File (ehow.com)]]
Deletions:
====BIN (binary files)====
~The ##.bin## refers to "binary" as in [[BinaryCode Binary Code]]. This is a program that has been compiled and can be "executed" or run by the computer.


Revision [29907]

The oldest known version of this page was created on 2014-01-19 08:23:18 by darkcity
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki