|
From: Leif M. <lei...@ta...> - 2010-07-02 08:13:43
|
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 > |