I have installed an application, when I try to run it (it\'s an executable jar) nothing happens. When I run it from the commandline with:
java -jar \
Try this command to include the jar:
java -cp yourJarName.jar your.package..your.MainClass