JAVA and MOZILLA

2003-09-08 Thread David L
I have been trying for quite some tiime to get Mozilla a Java Plugin that it will actually use. I have tried the linux-xun-jdk versions 1.3.1 1.4.1 & 1.4.2 , konqueror web browser uses these succesfully, however I symlink /usr/local/linux-sun-jdk1.4.1/jre/plugin/i386/ns600/libjavapluginoji.so to

Java and mozilla

2003-03-05 Thread Adam Stroud
Can someone tell me how to get java working with mozilla under Freebsd. I have installed the jre from the ports collection, but I cant get java support in any browser working (opera, mozilla or konqueror) To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the

Re: JAVA and MOZILLA

2003-09-08 Thread Alex de Kruijff
On Mon, Sep 08, 2003 at 08:04:08PM +1000, David L wrote: > I have been trying for quite some tiime to get Mozilla a Java Plugin that it > will actually use. I am also trying to get Java working but for Opera. I know from my past that the jdk1x port worked. So my first guess is that you don't wan

Re: JAVA and MOZILLA

2003-09-08 Thread Peter Ulrich Kruppa
On Mon, 8 Sep 2003, David L wrote: > I have been trying for quite some tiime to get Mozilla a Java Plugin that it > will actually use. I have tried the linux-xun-jdk versions 1.3.1 1.4.1 & > 1.4.2 , konqueror web browser uses these succesfully, however I symlink > /usr/local/linux-sun-jdk1.4.1/jre

Re: JAVA and MOZILLA

2003-09-08 Thread David L
On Tue, 9 Sep 2003 01:18 am, you wrote: > On Mon, Sep 08, 2003 at 08:04:08PM +1000, David L wrote: > > I have been trying for quite some tiime to get Mozilla a Java Plugin that > > it will actually use. > > I am also trying to get Java working but for Opera. I know from my past > that the jdk1x por

Re: JAVA and MOZILLA

2003-09-08 Thread Simon Barner
Hi, I am using mozilla 1.4 and Java 1.3.1 quite happily here (both compiled from the ports collection). If you don't want to use the ports but pre-compiled binaries, then you should not mix Linux and FreeBSD binaries and those from different gcc versions. Simon signature.asc Description: Digit

Re: JAVA and MOZILLA

2003-09-09 Thread David L
Hi, I to am using Mozilla 1.4 ( I beleive I failed to mention that in my original post ) and I compiled it out of ports. I had heard that Java 1.3.1 worked well with Mozilla, so I wne to try to install it. However when I try I get the following. dl# cd /usr/ports/java/jdk13 dl# ls Make

Re: JAVA and MOZILLA

2003-09-09 Thread Peter Ulrich Kruppa
On Tue, 9 Sep 2003, David L wrote: > Hi, > I to am using Mozilla 1.4 ( I beleive I failed to mention that in my original > post ) and I compiled it out of ports. I had heard that Java 1.3.1 worked > well with Mozilla, so I wne to try to install it. However when I try I get > the following. >

Re: JAVA and MOZILLA

2003-09-09 Thread Simon Barner
> > ERROR: Your BOOTDIR environment variable does not point > >to a valid Java 2 SDK for bootstrapping this build. > >A Java 2 SDK 1.3.1 build must be bootstrapped against any > >1.3 build. Please update your ALT_BOOTDIR setting, or > >just unset it, and start your b

Re: JAVA and MOZILLA

2003-09-09 Thread Manalive
Hi, I to am using Mozilla 1.4 ( I beleive I failed to mention that in my original post ) and I compiled it out of ports. I had heard that Java 1.3.1 worked well with Mozilla, so I wne to try to install it. However when I try I get the following. dl# cd /usr/ports/java/jdk13 dl# ls Makefile

Re: JAVA and MOZILLA

2003-09-10 Thread David L
Ok, I got jdk13 installed from the ports, this is what I did I first got rid of other versions of jdk as suggested by Simon, that didnt work. Then I had a look at the Makefile and noticed this line JDK13DIR= ${LOCALBASE}/linux-blackdown-jdk${JDK_VERSION} so I installed linux-blackdown-jdk

Re: Java and mozilla

2003-03-06 Thread Ruben de Groot
On Wed, Mar 05, 2003 at 10:30:22PM -0500, Adam Stroud typed: > Can someone tell me how to get java working with mozilla under Freebsd. I > have installed the jre from the ports collection, but I cant get java support > in any browser working (opera, mozilla or konqueror) Creating a symlink: ln

Re: Java and mozilla

2003-03-06 Thread Lin Jianfong
Also make sure that native FBSD mozilla only works with native FBSD java, the linux version mozilla won't work with native FBSD java and vice versa. From: Adam Stroud <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Java and mozilla Date: Wed, 5 Mar 2003 22:30:22 -0500 Can someone