Mailing List Archive


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

Re: [tlug] Japanese input into Java?



HI,

> $ java -Duser.language=ja /home/dave/Zend/ZendStudio-5.5.0/bin/ZDE
> 
> Bit it gives me this error when I do that:
> E
> Exception in thread "main" java.lang.NoClassDefFoundError: 
> /home/dave/Zend/ZendStudio-5/5/0/bin/ZDE
> 
> Usually, when I run ZDE, I just run it without placing "java" in front 
> of it:
> /home/dave/Zend/ZendStudio-5.5.0/bin/ZDE
> 
> So I don't exactly know how it calls Java, or Java calls it.
for eclipse I use:

 eclipse -Duser.language=jp 

so I'd try 
/home/dave/Zend/ZendStudio-5/5/0/bin/ZDE -Duser.language=jp 


for jars (classes are likely the same without the -jar) I use what the
docs seemed to show you

java -Duser.language=ja -jar /home/me/jgloss-1.0.10/jgloss.jar &



Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links