Hello everyone, I am new here. I am having a problem running my executable jar file in windows 7. I created a program to open all of my applications from one interface. It runs in windows XP and Vista but not on windows 7. I use Netbeans IDE, built and created the jar file. The manifest file somehow was not edited so i edited it myself.
I can run the jar file from the command line with java -jar (jar path), but when i double click the jar file i get the following error.
Could not find main class
(jar path)
Program will not exit.
Has anyone else her every encountered this problem. Does anyone know how I can fix this?