Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Where to place messages.properties
Where to place messages.properties [message #708751] Wed, 03 August 2011 06:27
oinkl is currently offline oinklFriend
Messages: 17
Registered: September 2010
Junior Member
I'm using message.properties and NLS class to load message in my plugin project

NLS.initializeMessages("demo.messages", DemoMessages.class); 


When I export as a plugin, the message.properties is bundled into the JAR file in the plugin folder. In my plugin folder, I have other files such as log4j.properties, resources.properties etc. I want message.properties file to reside in the same directory as the plugin folder. Is it possible to pull message.properties out of the JAR file? How would I initialise NLS then? Thanks.
Previous Topic:Trouble adding Resin web Server to eclipse Helios - 3.6.2
Next Topic:How to include a remote tomcat?
Goto Forum:
  


Current Time: Sat Apr 27 05:22:28 GMT 2024

Powered by FUDForum. Page generated in 0.08180 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top