|
|
Re: Changing classpath during runtime
|
Posted: Mar 23, 2005 11:35 PM
|
|
@Amol: I don't want to start another instance of Java. I want some sort of launcher, wich reads a configuration file to locate the central server where the program classes are stored and then launches the program. The reason is that I don't want to use this endless classpath String in a batch file. Static classpaths in the Manifest don't work either, because not all of our customers have the same network architecture. The program uses data stored on the local machine and data from a central server. To make updates easier I want to put the program code on the serber. We have italian and german customers, the program directory is not allways the same, otherwise I would start the program directly from the server.
@Jonathan So I need a custom classloader, that's what I was afraid of.
|
|