Home > Forums > jMRUI Software > General support > unable to run jmrui on ubuntu 14.04
- This topic has 1 reply, 2 voices, and was last updated 3 years ago by John LaMaster.
-
AuthorPosts
-
2015-12-16 at 12:16 #1513Alessandro BelliniParticipant
Dear all,
I have problems while installing jmrui in ubuntu 14.04.
I follow the readme file, and I’ve istallaed java 32 bitanalisi@analisi-linux2:~/Programmi/jmrui-5.2$ java -version
java version “1.7.0_80”
Java(TM) SE Runtime Environment (build 1.7.0_80-b15)
Java HotSpot(TM) Server VM (build 24.80-b11, mixed mode)But while trying running jmrui i have the following error
analisi@analisi-linux2:~/Programmi/jmrui-5.2$ ./jmrui.sh
16-Dec-2015 12:20:08 INFO mrui.Launcher main Log properties loaded
Exception in thread “main” java.lang.UnsatisfiedLinkError: /usr/local/java32/jdk1.7.0_80/jre/lib/i386/xawt/libmawt.so: libXi.so.6: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1965)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1890)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1851)
at java.lang.Runtime.load0(Runtime.java:795)
at java.lang.System.load(System.java:1062)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1965)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1890)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1872)
at java.lang.Runtime.loadLibrary0(Runtime.java:849)
at java.lang.System.loadLibrary(System.java:1088)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:67)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:47)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.loadLibraries(Toolkit.java:1653)
at java.awt.Toolkit.<clinit>(Toolkit.java:1682)
at sun.awt.AppContext$2.run(AppContext.java:274)
at sun.awt.AppContext$2.run(AppContext.java:263)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.AppContext.initMainAppContext(AppContext.java:263)
at sun.awt.AppContext.access$400(AppContext.java:133)
at sun.awt.AppContext$3.run(AppContext.java:318)
at sun.awt.AppContext$3.run(AppContext.java:301)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.AppContext.getAppContext(AppContext.java:300)
at javax.swing.SwingUtilities.appContextGet(SwingUtilities.java:1859)
at javax.swing.UIManager.getLAFState(UIManager.java:242)
at javax.swing.UIManager.setLookAndFeel(UIManager.java:526)
at javax.swing.UIManager.setLookAndFeel(UIManager.java:576)
at mrui.Launcher.main(Unknown Source)Any idea?
Thanks a lotAlessandro
2021-03-25 at 14:30 #3026John LaMasterParticipantHi Alessandro,
Did you ever resolve this issue? I am having the same problem.
Best,
John -
AuthorPosts
- You must be logged in to reply to this topic.