Hi!
Im looking for the easiest way to include a couple of non jar-files in my java webstart bundle.
I also want my code to look for the resources in the codebase rather than in my user.dir.
At the moment i can't change the webstart working dir and that makes the only option to save all resources i need in user.dir for webstart to look for it.
Please, is there anyway to change this?
Can i include the resources as "dependencies" in my maven plugin for java webstart?