The question kinds of tell everything. I have a .jar file uploaded to an AIX server. I want to execute this jar. In the /usr I found the Java6, so I thought I could use it to run it, but I don't know how. Can someone tell me?
Asked
Active
Viewed 4,778 times
0
-
Is Java installed? What happens when you do `which java`? – Fred Larson Mar 04 '14 at 15:05
-
I run it with `java` directly (inside the bin), so I try with that, but still doesn't execute. – Xanathos Mar 04 '14 at 15:23
-
possible duplicate of [How to make a runnable jar file?](http://stackoverflow.com/questions/11355623/how-to-make-a-runnable-jar-file) – Anders Abel Apr 14 '14 at 11:23