need help!!!! how i will execute a jarfiles in linux...
tnx in advance:)
Printable View
need help!!!! how i will execute a jarfiles in linux...
tnx in advance:)
Check "man java"
There was a post on this forum that showed how to configure Linux to execute a jar file with a double click. Search should find it.
Otherwise try a Linux forum on how to set the command for a file type/extension.
java -jar myJar.jar arg0 arg1 ... argx
hi all i'm new.