Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » .properties file for a library used by a plugin
.properties file for a library used by a plugin [message #217156] Thu, 21 June 2007 11:04 Go to next message
Eclipse UserFriend
Originally posted by: me.you.com

My Eclipse plugin is using a class form a library .jar file. That class
needs a .property file and calls:
new FileInputStream("xxx.properties")

It fails to find the .properties file. How do I configure my plugin to
find the xxx.properties file (where do I put it?).
Re: .properties file for a library used by a plugin [message #217247 is a reply to message #217156] Thu, 21 June 2007 17:15 Go to previous message
Eclipse UserFriend
Originally posted by: me.you.com

Here's the problem in detail:

I have a eclipse/plugins/myplugin.jar
in that plugin.jar I have:
+plugin classes
+libraries
--+lib.jar
----+classXXX
+other stuff

classXXX needs to load a .properties file.

Where do I put that properties file, and how do I tell my plugin where to
find it?
Previous Topic:How to minimize the view by key board?
Next Topic:Can I get back my file's yesterday version?
Goto Forum:
  


Current Time: Fri Mar 29 06:13:38 GMT 2024

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

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

Back to the top