mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
621af46e36
Modern intelligent Japanese input engine. PR: ports/16460 Submitted by: knu@idaemons.org
15 lines
493 B
Plaintext
15 lines
493 B
Plaintext
************************************************************
|
|
To use extra GUI accessories, you need to install JDK and
|
|
JFC from ports (supplied as java/jdk and java/jfc) and set
|
|
the following environment variables:
|
|
|
|
B-shells)
|
|
export JAVA_HOME=/usr/local/jdk1.1.8
|
|
export SWING_HOME=/usr/local/share/java/classes/jfc-1.1.1
|
|
|
|
C-shells)
|
|
setenv JAVA_HOME /usr/local/jdk1.1.8
|
|
setenv SWING_HOME /usr/local/share/java/classes/jfc-1.1.1
|
|
|
|
************************************************************
|