I am using Mac's Jar Bundler to create a (.app) file for my Java application. My java application consists of a jar file + a couple of folders. I want to put the jar file inside the .app file, but keep the folders outside the .app file. Is this possible ?
I see the default resources path is Contents/Resources/Java inside the .app file, so can this be set to the parent path of the .app file ?