Skip to content

vincent7f/java_chinese_ime_collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

java_chinese_ime_collection

Collection of Chinese Input Methods implemented by Java

List of Java Chinese IME

Java Chinese Ime (hosted on Sourceforge)
NeoeIME

Others

How to use the Java IME extension

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
IME Java App

It's input box for entering Chinese with Java IME.

About

Collection of Chinese Input Method implemented by Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published