Open a .jar file

Solved
Alexandr3 Posted messages 67 Registration date   Status Membre Last intervention   -  
wildwide Posted messages 2 Status Membre -
Hello, after multiple searches on Google, I am still looking for how to execute a .jar file
Thank you for indicating in detail the steps to take. Thank you very much.

--
For any help or questions, it's via private message ;)
Best regards, Alexandre.
Configuration: Windows 2000 Firefox 3.0.9

8 réponses

mat
 
If you want to execute a jar file, open a prompt (Windows key + R then
cmd
)
and type:
java -jar <file name>


Provided that you have previously installed Java Runtime Environment
50