Date: Fri, 17 Nov 2000 16:59:00 +0900 (JST) From: Daichi GOTO <daichi@ongs.gr.jp> To: freebsd-java@FreeBSD.ORG Subject: report: JBuilder 4 can work on FreeBSD Message-ID: <84732356.974447940096.JavaMail.daichi@localhost>
next in thread | raw e-mail | index | archive | help
Hi guys. I could use Borland JBuilder 4 on my FreeBSD 4.0 with IBM JDK1.3 (Linuxulator mode). # If you do not have IBM JDK1.3, but you can use JBuilder 4, becaouse JBuilder 4 has # JRE. To use it is very easy. When you first install, # mv /bin/sh /bin/tmp_sh # ln -s /compat/linux/bin/sh /bin/ install work # mv /bin/tmp_sh /bin/sh And, after install, you only do work to replase jre. For example, # mv /usr/local/jbuilder4/jdk1.3 /usr/local/jbuilder4/jdk1.3.orig # ln -s /usr/local/jdk1.3-ibm /usr/local/jbuilder4/jdk1.3 Maybe you can use JBuilder 4, too. But it is not stable. Test use is better. 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?84732356.974447940096.JavaMail.daichi>