running jar in a terminal using axis2
- by Emilio
I'm trying to run in the command line a java application distributed in a jar file. It call an axis2 web service, so the jar contains a /axis2client directory with rampart.mar security module.
It works fine while I run it in netbeans, but it throws an exception if I try to run it in a terminal using this command:
java -jar myfile.jar
The…