I have a jar file and i read that the way i should run it is by "executing it using: java -jar". What does this mean and how would i go about doing this?
Execute it using:java -jar
You need to have a Java Runtime Environment installed. You can get it from http://java.com or http://java.sun.com. Then your file manager will take care of it.
