I have a simple .jar file, when i run this:
>java -jar SLA.jar
It works correctly, however when i run
>SLA.jar
Nothing happens at all, i thought that these were meant to be the same the same.
What is going on here, is it something to do with my file associations? how can i set the default program for a .jar to be java -jar and not just java.