Date: Wed, 12 Dec 2001 09:47:36 +0000 From: Rasputin <rasputin@submonkey.net> To: shanon loveridge <shanon_loveridge@yahoo.co.uk> Cc: java@freebsd.org Subject: Re: Bugs and Plugs Message-ID: <20011212094736.A4768@shikima.mine.nu> In-Reply-To: <20011211230128.52245.qmail@web14303.mail.yahoo.com>; from shanon_loveridge@yahoo.co.uk on Tue, Dec 11, 2001 at 11:01:28PM %2B0000 References: <20011211230128.52245.qmail@web14303.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
* shanon loveridge <shanon_loveridge@yahoo.co.uk> [011211 23:05]: > After reading the discussion that occurred from my > question I have decided it would be best to use the > native port. The main reason for this is that I would > like to contribute to the project. At present this can > only be done via testing and reporting bugs when found > as I do not know C, If someone could point me towards > the guidelines for bug reports that would be helpful, > however this may change in the future. man send-pr(1), or post to the list. > The only problem I have with this is that, AFAIK, you > need to use the linux-mozilla port to use plugins in > mozilla(java,flash etc..) and this requires linux-java > port. Can this be accomplished by using the native > JDK1.3.1 for development and a linux-JRE for the > plugins (is there a JRE port?). Would there be an > issue with having two versions of java on the system? Multiple JVMs aren't any problem, since none of them are in your PATH by default. rasputin@shikima mozilla]$ls /var/db/pkg|grep jdk jdk-1.1.8 jdk-1.3.1p5 jdk-doc-1.3.1 linux-jdk-1.3.1.01_1 rasputin@shikima mozilla]$which java /usr/local/jdk1.3.1/bin/java Also, I don't think you need to install the linux-jdk to use Mozilla (though I could be wrong) - I found that (linux) Mozilla didn't want to use my linux-jdk13 install, but happily downloaded a JRE the first time I went to a Java-enabled site. A moot point really, since you need the linux-jdk13 port to build the native 1.3 port anyway...... -- While money doesn't buy love, it puts you in a great bargaining position. Rasputin :: Jack of All Trades - Master of Nuns :: 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?20011212094736.A4768>