|
From: Leif M. <le...@ta...> - 2004-05-26 13:05:25
|
Prashant,
You can see the exact command generated by the Wrapper to launch the JVM by
running the Wrapper with debug output enabled.
wrapper.debug=true
The answer though is yes. The generated classpath is enclosed in quotes on
Windows. This was necessary to make things work reliably with paths
containing
spaces.
Cheers,
Leif
Prashant wrote:
> If i have class path enties like this in my conf file.
>
> wrapper.java.classpath.1=%ps_root%/services/bin/wrapper.jar
> wrapper.java.classpath.2=%ps_root%/server/lib/server_patch.jar
> wrapper.java.classpath.3=%ps_root%/server/lib/classpath.jar
> wrapper.java.classpath.4=%JAVA_HOME%/lib/tools.jar
> wrapper.java.classpath.5=%JAVA_HOME%/jre/lib/rt.jar
>
>
> Does Wrapper include Quotes (") when passing -classpath when firing
> "java" command On Win 32?
>
> something like
>
> java -classpath "$wrapper.java.classpath.1" com.something.MaingProgram
>
> I am using Integration Method 1 and Wrapper 3.0.5.
>
> Thanks
> Prashant
>
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: Oracle 10g
> Get certified on the hottest thing ever to hit the market... Oracle
> 10g. Take an Oracle 10g class now, and we'll give you the exam FREE.
> http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
> _______________________________________________
> Wrapper-user mailing list
> Wra...@li...
> https://lists.sourceforge.net/lists/listinfo/wrapper-user
>
|