Java – How to run jar files

java

I have a Win XP machine which has java installed on it. The problem that I cannot open jar files. It seems that association is broken. How can I launch jar files by using console. Or maybe there is a way to set a proper association.

Best Answer

from the cmd line. run: java -jar java.app

Related Topic