help.. i followed the steps but when i opened the .jar file [r.click - open with java(TM) platform binary] a small dos window opened up and closed immediately..
i want to try this.. thanks..
i tried re-installing java.. when i ran the .jar file -> Could not find the main class: C:/.......
FINALLY! got this thing to work!
Lunatic Wolf wrote:prodnus wrote:Lunatic Wolf wrote:Try starting it via command prompt.
java -jar "(locationofjarfilesuchas)C:/Users/LunaticWolf/Modtool.jar"
Tried that after doing the registry fix even with administrator privileges but I get the same error. Are you using 64 bit XP or Windows 7?
Windows 7.
Go into your registry HKEY_CLASSES_ROOT/.jar The value should read jarfile
Go to HKEY_CLASSES_ROOT/jarfile should read Executable Jar File
Go to HKEY_CLASSES_ROOT/jarfile/shell/open/command should read "C:\Program Files (x86)\Java\jre6\bin\javaw.exe" -jar "%1" %*
THANKS Lunatic_Wolf!!!