|
From: Lars S. <Lar...@if...> - 2009-07-28 12:53:03
|
Hi Leif I am trying to use a custom class loader which I am trying to point out with the *-Djava.system.class.loader=* parameter. I get an ClassNotFoundException when I try to start the service. When I put the *-Djava.system.class.loader=* directly after the java command in a command prompt windows it works. Where is the *wrapper.java.additional.1=* placed in the command line? Thanks Lars Leif Mortenson wrote: > Lars, > What is the error you are getting. It should work identically to a > standalone Java application. The only difference is that you will > also need to make sure that the Wrapper's class files are loaded. > > Please describe a little more what you are trying to do as well as > what you are seeing. > > Cheers, > Leif > > On Tue, Jul 28, 2009 at 9:29 PM, Lars Schnoor<Lar...@if...> wrote: > >> Hi >> I am using the wrapper version 3.2.3 on Windows and I need to add a >> -Djava.system.class.loader=... parameter in order to start my service, >> how do I do that? >> I tried to add it as: >> wrapper.java.additional.1= -Djava.system.class.loader=.... >> But that does not work. >> Thanks >> >> Lars >> > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Wrapper-user mailing list > Wra...@li... > https://lists.sourceforge.net/lists/listinfo/wrapper-user > |