|
From: Michael K. <mi...@mk...> - 2010-07-05 00:48:26
|
Hi I have added "wrapper.java.command.loglevel=INFO" and have not noticed any differences in the generated output. I understand that the JVM should be the same in console and service mode, but for some reason, its unable to use a referenced font when it runs in service mode. We believe its something to do with how in console mode, the wrapper is able to interact with the users desktop, but when its in service mode its not able to, do you have any idea about this? Thanks Michael From: Leif Mortenson [mailto:lei...@ta...] Sent: Friday, July 02, 2010 4:14 PM To: wra...@li... Subject: Re: [Wrapper-user] wrapper.exe cannot use specific fonts when running in service mode on windows 2008 Michael, It is a fairly common mistake that a different JVM is being used when running as a Service vs in a console. Please set the following property and compare the generated command lines in each case. wrapper.java.command.loglevel=INFO If they are different, then it is most likely an environment or path issue. What does your wrapper.java.command property look like? Cheers, Leif On Fri, Jul 2, 2010 at 4:08 PM, Michael Kwok <mi...@mk...> wrote: Hello, We have encountered a problem whereby when we use wrapper.exe from the command line a java application is able to use specific Chinese Fonts when calling vb program. But as soon as we run it in service mode, the Font is unable to be used. We have repeated the exercise on a Chinese Windows XP machine and it works fine both in service mode and command line mode, but when we try this on a Chinese Windows 2008 the Chinese font is shown as square blocks. Would you have any suggestions on what the problem can be? Thanks Michael No virus found in this incoming message. Checked by AVG - www.avg.com Version: 9.0.830 / Virus Database: 271.1.1/2968 - Release Date: 07/02/10 02:35:00 |