So I have a .jar from https://github.com/00-Evan/shattered-pixel-dungeon/releases, and when I double-click the .jar file, nothing happens.
Even opening the .jar file by choosing /Program Files/Java/jre1.8.0_271/bin/javaw.exe
, which by all means should work, doesn't.
I have the latest Java Runtime downloaded from https://java.com/en/download/, and I know it works because https://github.com/jindrapetrik/jpexs-decompiler/releases depends on it, and it runs just fine. Why?
Regards, radzo73
More info: I know that the .jar file worked fine on my PC in the past (and works fine even on my Mac), so either the file associations are messed up, or Java itself got messed up somehow. Both the 63-bit and 32-bit versions (1.8.0_271) don't work for me.
More more in for for anyone that will ever see it: Uninstalling and reinstalling Java doesn't help, opening javaw.exe
with my .jar file doesn't work, and the Registry paths are correct. Running the file via java -jar file.jar
command works fine, but double-clicking/Open With... doesn't.