0

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?

Xanathos
  • 598
  • 3
  • 15
  • 31

1 Answers1

3
/usr/java6_64/jre/bin/java -jar /path/to/theapp.jar

Something like this should work

arpz
  • 641
  • 5
  • 9