|
|
系统报错:
Exception in thread "main" java.lang.RuntimeException: Caught throwable in main.
at com.femlab.install.FlInstaller.main(SourceFile:34)
Caused by: java.lang.UnsatisfiedLinkError: /tmp/setup.4560/vm/java/glnx86/jre/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1586)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1503)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:834)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.loadLibraries(Toolkit.java:1437)
at java.awt.Toolkit.<clinit>(Toolkit.java:1458)
at java.awt.Color.<clinit>(Color.java:250)
at javax.swing.plaf.metal.MetalTheme.<clinit>(MetalTheme.java:32)
at javax.swing.plaf.metal.MetalLookAndFeel.getCurrentTheme(MetalLookAndFeel.java:1294)
at javax.swing.plaf.metal.MetalLookAndFeel.createDefaultTheme(MetalLookAndFeel.java:1226)
at javax.swing.plaf.metal.MetalLookAndFeel.getDefaults(MetalLookAndFeel.java:1233)
at javax.swing.UIManager.setLookAndFeel(UIManager.java:394)
at javax.swing.UIManager.setLookAndFeel(UIManager.java:424)
at javax.swing.UIManager.initializeDefaultLAF(UIManager.java:1085)
at javax.swing.UIManager.initialize(UIManager.java:1181)
at javax.swing.UIManager.maybeInitialize(UIManager.java:1164)
at javax.swing.UIManager.getLookAndFeel(UIManager.java:362)
at com.femlab.controls.FlControlUtil.setLookAndFeel(SourceFile:96)
at com.femlab.controls.FlControlUtil.setLookAndFeel(SourceFile:74)
at com.femlab.gui.Femlab.initNoMph(SourceFile:79)
at com.femlab.install.FlInstaller.a(SourceFile:54)
at com.femlab.install.FlInstaller.main(SourceFile:29)
请问这是意味着我少安装了什么软件包么?
Java开发的110个包和Java包我明明都安装了啊! |
|