None of our apps will run, although java -classic -version works fine:
jfcsqe-77:/jdk1.4% bin/java -classic -version
java version "1.4.0beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0beta-b22)
Classic VM (build 1.4.0beta-b22, green threads, nojit)
Here's SimpleExample:
jfcsqe-77:/jdk1.4/demo/jfc/SimpleExample% ../../../bin/java -classic -jar SimpleExample.jar
Exception in thread "main" java.lang.UnsatisfiedLinkError: /jdk1.4/jre/lib/i386/libawt.so: ld.so.1: /jdk1.4/demo/jfc/SimpleExample/../../../bin/../bin/i386/green_threads/java: fatal: libXm.so.4: open failed: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1382)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1298)
at java.lang.Runtime.loadLibrary0(Runtime.java:749)
at java.lang.System.loadLibrary(System.java:820)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:53)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:41)
at sun.awt.DebugHelper.<clinit>(DebugHelper.java:29)
at java.awt.Component.<clinit>(Component.java:424)
jfcsqe-77:/jdk1.4/demo/jfc/SimpleExample%
This occurs with both the copy on /usr/local/java and theis bundle:
j2sdk-1_4_0-beta-bin-b22-solx86-05_jul_2000.sh*
Please note: The same machine and solaris installation (jfcsqe-77 in lab 1457, CUP02) runs the b20 build perfectly when "-classic" is added.
nancy.schorr@eng 2000-07-07
jfcsqe-77:/jdk1.4% bin/java -classic -version
java version "1.4.0beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0beta-b22)
Classic VM (build 1.4.0beta-b22, green threads, nojit)
Here's SimpleExample:
jfcsqe-77:/jdk1.4/demo/jfc/SimpleExample% ../../../bin/java -classic -jar SimpleExample.jar
Exception in thread "main" java.lang.UnsatisfiedLinkError: /jdk1.4/jre/lib/i386/libawt.so: ld.so.1: /jdk1.4/demo/jfc/SimpleExample/../../../bin/../bin/i386/green_threads/java: fatal: libXm.so.4: open failed: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1382)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1298)
at java.lang.Runtime.loadLibrary0(Runtime.java:749)
at java.lang.System.loadLibrary(System.java:820)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:53)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:41)
at sun.awt.DebugHelper.<clinit>(DebugHelper.java:29)
at java.awt.Component.<clinit>(Component.java:424)
jfcsqe-77:/jdk1.4/demo/jfc/SimpleExample%
This occurs with both the copy on /usr/local/java and theis bundle:
j2sdk-1_4_0-beta-bin-b22-solx86-05_jul_2000.sh*
Please note: The same machine and solaris installation (jfcsqe-77 in lab 1457, CUP02) runs the b20 build perfectly when "-classic" is added.
nancy.schorr@eng 2000-07-07
- duplicates
-
JDK-4349118 Hotspot problem on solaris 2.6 x86 : unable to run java on solaris 5.6 x86 for M
-
- Closed
-