scim anthy/uim won't work in java

2 messages Options
Embed this post
Permalink
adari

scim anthy/uim won't work in java

Reply Threaded More More options
Print post
Permalink
Hey folk!
So I've just now realized that I can't use Japanese in Java. It doesn't work in open office, or more importantly, on KGS go server! I'm running xubuntu 9.04 on an asus eee pc, and have followed these few guides:
http://ubuntuforums.org/showpost.php...61&postcount=6
http://user.services.openoffice.org/...hp?f=16&t=3100

currently I have:
- added the scim config file to root user, as one guide suggested
- installed scim bridge, and changed /etc/X11/xinit/xinput.d/scim from:
[quote]
GTK_IM_MODULE="xim"
QT_IM_MODULE="xim"
[/quote]
to:
[quote]
GTK_IM_MODULE="scim-bridge"
QT_IM_MODULE="scim-bridge"
[/quote]
and also:
[quote]
XIM=SCIM
XIM_PROGRAM=" "
[/quote]
to[quote]
XIM=SCIM
XIM_PROGRAM=/usr/bin/scim
XIM_ARGS=-d
XIM_PROGRAM_SETS_ITSELF_AS_DAEMON=yes
[/quote]
All of this in suggestion of various guides, though to no avail. Might anyone have an idea of why scim/xim isn't working in java?
adari

Re: scim anthy/uim won't work in java

Reply Threaded More More options
Print post
Permalink
ah, I forgot to mention, I'm running xubuntu 9.04 on an asus eee, if that helps at all.