Quote:
Originally Posted by Fat Lamitie11
Yeah, but it gives me a .jar file. I don't get it. =/
|
You may have to update Java on your computer, because right now it is treating it like a compressed archive (like zip). It should run as an executable upon double clicking it. Alternatively, you can try running it through shell (command line:
Code:
java -jar [path to zomgtimer's directory]/ZomgTimer.jar
and i think on windows it's something like
Code:
java.exe -jar ZomgTimer.jar
but admittedly, I've never tried it on windows.
When in doubt, upgrade Java.