|
From: Leif M. <le...@ta...> - 2006-03-23 02:18:11
|
Alec,
That makes me wonder if your system is attempting to locate a Java
installation on the
system path. The Sun JVMs should not need that dll. Try changing your
wrapper.conf
file to output debug information with wrapper.debug=true. Then set the
JVM to an
absolute java binary. For example:
wrapper.java.command=C:/Sun/j2sdk1.4.2_08/bin/java
If you have a JAVA_HOME environment variable set, you can also try this:
wrapper.java.command=%JAVA_HOME%/bin/java
The debug output will include a line which shows the version of java
being run.
Cheers,
Leif
Ale...@qu... wrote:
> Further consultation with local Windows gurus suggest that it is not
> necessarily the absence of MSJAVA.dll which causes problems, because this
> is delay loaded. However, the fact remains that we can run the wrapper
> quite happily in Windows 2000 and not on Windows XP Professional - and can
> find no reason for the difference. Any ideas?
>
> Alec Cawley
>
> wra...@li... wrote on 22/03/2006 10:24:00:
>
>
>> We have had problems, as others have, in loading the wrapper.dll. With
>>
> us,
>
>> it worked on some systems but not on others. The problem now appears to
>>
> be
>
>> OS dependent: there is a dependancey on a DLL called MSJAVA.DLL. This is
>>
>
>
>> present on Windows NT and 2000, but not on Windows XP. I conjecture that
>>
>
>
>> this is due to Microsoft's settlement with Sun about their "forking" of
>> Java. However it may be, this is liley to be a problem to us.
>>
>> I have not yet tried copying over the MSJAVA.DLL - and I am uncertain
>> about the intellectual property considerations of doing so.
>>
>> Is the an alternative, proper, source of this DLL, or can we rebuiild
>>
> not
>
>> to use it?
>>
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> that extends applications into web and mobile media. Attend the live webcast
> and join the prime developer group breaking into this new coding territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> _______________________________________________
> Wrapper-user mailing list
> Wra...@li...
> https://lists.sourceforge.net/lists/listinfo/wrapper-user
>
>
|