Hi, I am developing an application in Java. I have to run that jar in different Operating Systems, such as winxp, linux, rhel, Ubuntu.
I have some jar files that must be in the classpath.
The client is not ready to set the path, so I have to set it programmatically.
My problem is with the different Operating Systems, because the user will have different paths. How can I get the path through a config file?
How do I manage OS and these dependencies?
Any idea if I can set the path at runtime?