View Full Version : File .jar??
alexio22
20-06-2003, 13:50
Ciao ho scaricato un file .jar e vorrei sapere come fare ad installarlo/eseguirlo.
Ciao
e' un archivio Java, hai bisogno della jre installata sul tuo pc (http://java.sun.com).
Poi dalla shell prova con java -jar nomefile.jar, se non funziona posta di nuovo.
Originally posted by "alexio22"
Ciao ho scaricato un file .jar e vorrei sapere come fare ad installarlo/eseguirlo.
devi aver installato java ;)
Tempo fa usavo un programmino .jar e,se non ricordo male,lo eseguivo con:
java -jar nome_file.jar
spero di aver ricordato esattamente...
Ciao ;)
java -jar [-options] jarfile [args...]
(to execute a jar file)
where options include:
-hotspot to select the "hotspot" VM
If present, the option to select the VM must be first.
The default VM is -hotspot.
-cp -classpath <directories and zip/jar files separated by ;>
set search path for application classes and resources
-D<name>=<value>
set a system property
-verbose[:class|gc|jni]
enable verbose output
-version print product version and exit
-showversion print product version and continue
-? -help print this help message
-X print help on non-standard options
Natiuralm,ente devi installare la JVM reperendola dal sito sun.java.com
alexio22
21-06-2003, 01:05
ok, allora mi scarico java.
Ciao
GrAzie
ThePapri
22-06-2003, 20:08
I file .jar potrebbero anche essere dei file compressi con il programma jar (il successore di arj)
http://www.arjsoft.com/jar.htm
vBulletin® v3.6.4, Copyright ©2000-2025, Jelsoft Enterprises Ltd.