Robert Coie <[EMAIL PROTECTED]> writes:

> Juergen Kreileder wrote:
> 
> > I'm using libc6_2.0.7pre3-1.deb from the new unstable dist ('slink') and
> > v7 works fine.
> 
> Great point; I was actually downloading that as your mail arrived.  It
> worked for me too.  Debian 2.0 users - in order to use 1.1.5v7 of the
> JDK, the libc6 currently in "frozen" is insufficient.  The version
> mentioned above appears to be OK.
> 
> However, this still doesn't make the Java Plug-in work.  Is there a
> way to hook the plugin up with the jre in my now-working JDK tree,
> instead of the jre that ships with the plugin itself?
> 

The original activator-linux-glibc works for me. But if change the
javaplugin.jre.path to /public/languages/JDK-1.1.5v7 with the
ControlPanel I experienced some problems:

/public/languages/JDK-1.1.5v7/lib/i686/green_threads/libawt.so: undefined symbol: 
XmInternAtom

I solved this with
mv ~/.netscape/javaplugin/bin/javaplugin_noxm \
        ~/.netscape/javaplugin/bin/javaplugin_noxm.real
and inserting a wrapper script: ~/.netscape/javaplugin/bin/javaplugin_noxm    
        #!/bin/bash
        export LD_PRELOAD=/usr/X11R6/lib/libXm.so:/usr/X11R6/lib/libXt.so
        exec ~/.netscape/javaplugin/bin/javaplugin_noxm.real $*

Now the plugin-works - with one exception: the ControlPanel fails with
java.lang.NoClassDefFoundError.

Also the the shell script ~/.netscape/javaplugin/ControlPanel failed
before I changed it:
#!/bin/sh
# Shell Script to run the Java(TM) Plug-in control panel.

export CLASSPATH
ADIR=$HOME/.netscape/javaplugin
CLASSPATH=$ADIR/lib/swingall.jar:$ADIR/lib/javaplugin.jar
#:$ADIR/lib/rt.jar

ADIR=/public/languages/JDK-1.1.5v7
CLASSPATH=$CLASSPATH:$ADIR/lib/classes.zip
$ADIR/bin/jre sun.plugin.panel.ControlPanel


It would be nice to see a new build of the plugin with v7 and
swing-1.0.2.

Juergen.

-- 
Juergen Kreileder, Universitaet Dortmund, Lehrstuhl Informatik V
Baroper Strasse 301, D-44221 Dortmund, Germany
Phone: ++49 231/755-5806, Fax: ++49 231/755-5802

Reply via email to