Date: Thu, 24 May 2001 19:34:30 +0900 (JST) From: Daichi GOTO <daichi@ongs.gr.jp> To: java@freebsd.org Subject: [FYI] J2SDK v1.4 works on FreeBSD 4.2 Message-ID: <84756714.990700470533.JavaMail.daichi@localhost>
next in thread | raw e-mail | index | archive | help
Sun released J2SDK v1.4 Beta for linux.
http://java.sun.com/j2se/1.4/index.html
And I tried to use it with FreeBSD 4.2-stable (Linuxulator).
That works with little patch as follow:
--- bin/.java_wrapper.orig Thu May 24 19:23:09 2001
+++ bin/.java_wrapper Thu May 24 19:23:59 2001
@@ -16,7 +16,7 @@
PRG=$0
SVPATH="$PATH"
-PATH=/bin:/usr/bin
+PATH=/compat/linux/usr/bin:/bin:/usr/bin
progname=`basename $0`
case "`uname -m`" in
But in Japanese environment, that gets fail because of IM problem.
Someone can use it with LANG=ja_JP.EUC? Would you tell me please.
Daichi T.GOTO(ONGS)
http://www.ongs.net/daichi, daichi@ongs.gr.jp
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?84756714.990700470533.JavaMail.daichi>
