Hello. This is similar to another post, but is still worth (I hope) another thread. If I want to launch a .jar app using java, I do
How do I launch an app using the installed free java? Thanks.
john
Code:
java -jar filename.jar
john