Is there a way to create an exe that includes a resources folder inside it? I am looking for something like mac\'s Application bundle package things. I also want the ability to
If you build the jar with the resources inside it, then you can use launch4j to wrap it as an executable (for free!).
You'll still need the JRE, but otherwise it will act just like a normal .exe.