I have a program I wrote that is in a .jar file that works fine on my Windows XP computer, but when I try double clicking the exact same jar file on my dad's new Windows 7 install with
Java 6.18, I get a pop-up that says, "Java virtual machine launcher Could not find the main class: C:\MyFolder\MyApp.jar Program will exit."
About a month ago I tried messing around with the environment variables, but I couldn't get anything to work.
What do I need to do to get this file to run on his computer?