|
From: Leif M. <le...@ta...> - 2005-06-20 21:15:45
|
Philip, I am not really clear on what you are asking? If you are using the WrapperStartStopApp then you define a start and stop main class that the Wrapper uses to start and stop the application. I will guess for now that this is what you are doing. The problem is that the Wrapper launches a single JVM and then runs the main methods of the start and stop classes at the appropriate times. So no, there is no way to set different classpaths for each. Something like that could be implemented if each of the classes did their own class loader management, but that would get into some fairly advanced Java development and would add quite a bit of complexity. If you could explain the problem you are having, I may have some ideas on how to work around them. Cheers, Leif Philip Swenson wrote: > Is there a way to have a different classpath for starting and stopping > the windows service? > thanks, > phil |