Collection of Chinese Input Methods implemented by Java
- Support Pinyin, Wubi, CJ(TW).
- site: https://sourceforge.net/projects/javachinaime/
- Release with source code download: javachineseime1.01.src.zip from github.com
- Support Pinyin, Japanese.
- site: https://github.com/neoedmund/neoeime
There are 2 ways to use the Java IME extension
- Copy the IME *.jar file to folder %JAVA_HOME%/jre/lib/ext/
- Use -Djava.ext.dirs to import the IME file:
java -Djava.ext.dirs=c:\mylib\ime.jar -jar app.jar
It's input box for entering Chinese with Java IME.