Mailing List Archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[tlug] Re: Japanese input into Java?



Hey Dave,

It looks that you are passing the JVM option as an argument to the script. Usually the java-launching scripts are written in a way that the arguments passed are passed as aplication arguments and not as JVM arguments. The general java syntax (at least for Sun's JVM) is:

java <jvm_options> [-jar <exec_jarfile>|<classname>] <application_args>

In short:
1. Edit the launching script of Zend Studio
2. Look for occurence of the word "java" (either in setting a variable or the actual invocation)
3. Add the JVM option for setting the current language right after the word "java", so it would become the first argument.

Let me know how it works.

cheers,
Dimitar

Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links