Hello,
I am a student of Computer Science at Technical University of Dresden and I
have
problems starting XXE (m12p4) under SunOS 5.7 (Sparc).
If I start the "xxe.sh"-file I always get the following error-message:
---
Exception in thread "main" java.lang.UnsatisfiedLinkError: exception
occurred in
JNI_OnLoad
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 java.awt.Toolkit.loadLibraries(Toolkit.java:1070)
at java.awt.Toolkit.<clinit>(Toolkit.java:1091)
at java.awt.Rectangle.<clinit>(Rectangle.java:96)
at com.xmlmind.xmleditapp.Preferences.<clinit>(Preferences.java:53)
at com.xmlmind.xmleditapp.App.<init>(App.java:191)
at com.xmlmind.xmleditapp.App.main(App.java:176)
---
I have installed the Java SDK 1.3.1 on this machine.
Do you have any idea?
Thanks,
Sean Eikenberg