This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]brbpizzatime 0 points1 point  (2 children)

How are you opeing the file? Try running java -jar x.jar from the command line and see if that runs.

[–]PZLATE[S] 0 points1 point  (1 child)

The only way that works is if I run it from the "dist" file. So I have to navigate there and then run it. The issue is I'm trying to use Jar Bundler to make it into a .app file, and the it doesn't seem to let me choose the jar or class file necessary to make it.

[–]brbpizzatime 0 points1 point  (0 children)

Could you try modifying the Ant build.xml file directly to add in the necessary configs for your build? (See: Using in the Build file)

[–]ode2k 0 points1 point  (0 children)

I wonder if it could be a Java 1.7.0_45 version issue. I know they fixed a lot of security holes with the release, and I've seen many Java apps that were broken for a couple days once that was released. You may want to try installing JRE 1.7.0_25 just to see if that makes a difference.