[fedora-java] bluemarine crashes

Matej Cepl mcepl at redhat.com
Sat Sep 8 13:21:42 UTC 2007


Trying Blue Marine (http://bluemarine.tidalwave.it) which
certainly didn't work with GIJ, so I hoped it actually could work
with java-1.7.0-icedtea-1.7.0.0-0.14.b18.snapshot.fc8 from
Rawhide. Unfortunately, although installation went smoothly, this
is the output of attempt to run the program itself after it was
installed in $HOME/.blueMarine directory (long lines broken in
indicated places to make slrn happy):

[matej at viklef .blueMarine]$ java -version
java version "1.7.0"
IcedTea Runtime Environment (build \
    1.7.0-kojibuilder_28_aug_2007_13_29-b00)
IcedTea Client VM (build 1.7.0-kojibuilder_28_aug_2007_13_29-b00, \
    mixed mode)
[matej at viklef .blueMarine]$ cat blueMarine.sh
#!/bin/sh
# $Id: blueMarine.sh 2378 2007-07-23 10:16:45Z fabriziogiudici $

export BLUEMARINE_HOME=/home/matej/.blueMarine
export MEMORY=-Xmx512M
export VERSION=0.9.RC1.2533
export AWT_TOOLKIT=MToolkit 

export CLASSPATH=$BLUEMARINE_HOME/bluemarine/platform7/lib/boot.jar\
:$BLUEMARINE_HOME/bluemarine/platform7/lib/boot2.jar\
:$BLUEMARINE_HOME/bluemarine/platform7/lib/org-openide-modules.jar\
:$BLUEMARINE_HOME/bluemarine/platform7/lib/org-openide-util.jar\
:$BLUEMARINE_HOME/bluemarine/platform7/modules/ext/updater.jar

/usr/lib/jvm/java-1.7.0-icedtea-1.7.0.0/jre/bin/java -ea $MEMORY\
-Dnetbeans.osenv.nullsep=false\
-Dnetbeans.home=$BLUEMARINE_HOME/bluemarine/platform7\
-Dnetbeans.logger.console=false -Dit.tidalwave.openide.app=$0\
-Dit.tidalwave.bluemarine.showtabs=false\
-Dit.tidalwave.bluemarine.version=$VERSION -cp $CLASSPATH\
it.tidalwave.netbeans.boot.Main 
[matej at viklef .blueMarine]$ ./blueMarine.sh 
Exception in thread "main" java.lang.UnsatisfiedLinkError: \
Can't load library:\
/usr/lib/jvm/java-1.7.0-icedtea-1.7.0.0/jre/lib/i386/motif21/libmawt.so
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1668)
        at java.lang.Runtime.load0(Runtime.java:788)
        at java.lang.System.load(System.java:1042)
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1769)
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1686)
        at java.lang.Runtime.loadLibrary0(Runtime.java:841)
        at java.lang.System.loadLibrary(System.java:1067)
        at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:68)
        at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:48)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.awt.Toolkit.loadLibraries(Toolkit.java:1626)
        at java.awt.Toolkit.<clinit>(Toolkit.java:1648)
        at it.tidalwave.netbeans.boot.Main.main(Unknown Source)
[matej at viklef .blueMarine]$ 

Is it expected (considering the state of the IcedTea
development), or should I file a bug (where?).

Thanks for any reply,

Matěj




More information about the fedora-devel-java-list mailing list