

This worked on double-click no matter where I put it in my computer. Press the button and it opens a (useless) JFileChooser. However, moving the necessary outside files there doesn't help anything.ĮDIT 2: I tried making another JAR file, this time with a simple JFrame with a button in it that tells you the current working directory. Here are the contents of the JAR file if it helps: Modeler.jarĬontents of MANIFEST.MF: Manifest-Version: 1.0Ĭlass-Path: bin/j3dcore.jar bin/j3dutils.jar bin/vecmath.jarĬreated-By: 1.6.0_16 (Sun Microsystems Inc.)ĮDIT: So after messing with the file associations to use java.exe instead of javaw.exe (thereby providing a window for print-outs), then modifying the startup mechanism a little to print out the current working directory, I discovered that the jar is running from "C:\Windows\system32" instead of the folder on my desktop I put it in.
JARFIX EXE 64 BIT WINDOWS 7
Any ideas as to why it won't work? I'm running Windows 7 Home Premium.

I know from experience that crash reports on start-up are not shown because the console doesn't appear (or it disappears too fast), but when running from the command prompt there are no crash reports. It runs perfectly fine with no errors from command prompt. However, when I double-click it, nothing happens.

I got it working perfectly before putting it into the JAR file, and I got it working perfectly IN the JAR file while running from command prompt (typing "java -jar Modeler.jar" while in the directory of the jar file). So I've been writing a simple 3D GUI application that I intended for users to use simply by double-clicking on the JAR file.
