hello~~~I met a problem~~
I create a jar and put it into "jre\lib\ext" folder, but it must loading a properties file~~~Where shall I put it?
thanks a lot~~~
Unable to load properties file
Re: Unable to load properties file
Too few details. Please explain what you are trying to do?
Re: Unable to load properties file
I created a tool jar file for my java extension...and put it in "...\jre\lib\ext" folder, but the tool jar have to load a config properties file.
I should be in which folder let it can be loaded?
I should be in which folder let it can be loaded?
Re: Unable to load properties file
I don't know what a "tool jar" is exactly. If you have dependencies for your Extension you should deploy them in the lib/ folder of SFS and add a reference in the classpath.
In any case your Extension's code will see the as "root" folder the main SFS directory, the one where the start scripts are found. You can deploy the properties file in that folder or in any subfolder.
In any case your Extension's code will see the as "root" folder the main SFS directory, the one where the start scripts are found. You can deploy the properties file in that folder or in any subfolder.