Re: Java Problem - RH8.0

2002-12-20 Thread Marius Andreiana
On Vi, 2002-12-20 at 16:02, Kieran Hood wrote: > Does anyone know where I can get this pluggin from? Thanks Get the java sdk from ibm ( I chose it as it is rpm ) and as root cd /usr/lib/mozilla/plugins/ ln -s /opt/IBMJava2-13/jre/bin/libjavaplugin_oji.so libjavaplugin_oji.so Restart mozilla, see a

Java Problem - RH8.0

2002-12-20 Thread Kieran Hood
When I try to view a webpage with Mozilla I get the message "This page contains information of the type (application/x-java-vm) that can only be viewed with the appropriate pluggin." Does anyone know where I can get this pluggin from? Thanks -- redhat-list mailing list unsubscribe mailto:[EM

Re: java problem

1998-05-17 Thread Larsen
Chris Lea wrote (regarding CLASSPATH): >Does anybody know where this variable is set? I don't, but a handy way to find would be: find / -type f -print | xargs grep CLASSPATH It'll take awhile, but it'll do the job. Mike -- PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING

Re: java problem

1998-05-16 Thread Dave Reed
> Hello all. I just installed the newest jdk rpm from > /pub/contrib/hurricaine/i386 and I'm having problems. The javac > compiler seems to work fine. However, when I try to run something using > > java program.class > > It won't let me. I'm pretty sure that the problem is my $CLASSPATH >

java problem

1998-05-16 Thread Chris Lea
Hello all. I just installed the newest jdk rpm from /pub/contrib/hurricaine/i386 and I'm having problems. The javac compiler seems to work fine. However, when I try to run something using java program.class It won't let me. I'm pretty sure that the problem is my $CLASSPATH variable. When I