Qadeer Mohammed 29.Sep.09 02:34 AM a Web browser Application development6.2Windows 2000
Hi,
Is anyone aware of how can i pass parameters to the MicroBroker? I have exported microbroker code as an eclipse product that runs with the equinox launcher.
The current Microbroker code that i have written has an Application class IApplicationContext that makes it run as headless app. There is an Activator class that sets up/starts MicroBroker when i run the exe.
The MicroBroker reads its properties from a .properties file which is present within the jar. I would like to keep this properties file outside the jar. How can i do this? I know it must be something like placing the .properties file in one of the classpath locations, but it doesnt seem to pick the file.