freebsd-ports/japanese/vje30/pkg-message

20 lines
589 B
Text
Raw Normal View History

2004-05-11 18:47:52 +02:00
****************************************************************
To start vjed automatically on boot, please add the following
line to /etc/rc.conf:
vjed_start=YES
To use extra GUI accessories, you need to install JDK and
2004-05-11 18:47:52 +02:00
JFC from ports (java/jdk11 and java/jfc) and set the following
environment variables:
B-shells)
export JAVA_HOME=${PREFIX}/jdk1.1.8
export SWING_HOME=${PREFIX}/share/java/classes/jfc-1.1.1
C-shells)
setenv JAVA_HOME ${PREFIX}/jdk1.1.8
setenv SWING_HOME ${PREFIX}/share/java/classes/jfc-1.1.1
2004-05-11 18:47:52 +02:00
****************************************************************