Xcode - bundling Java resources

lnoelstorr

Registered
Hi,

I have some Java code for a Swing application that I'm trying to set-up as an Xcode project.

I'm just about there now; however, the program loads in resources from .properties files, and I cannot for the life of me get Xcode to bundle these up in the jar file it produces.

When you set up a new swing application, the sample app has a .properties file in Resources and this is bundled up in the jar, but when I add my own properties files they're not, and I can't find any settings anywhere that look like they'll help.

Does anyone know what I need to do, or have pointers to something that may help on the web (a developers forum or something) - I've googled all over the place but can't find anything.


Thanks in advance for any help.
 
Back
Top