uml - Java libXt.so Unsatisfied Link error - Ask Ubuntu
i trying install "together uml tool" on ubuntu 16.04. giving me following error
mukund@mukund-lenovo-u41-70:~/downloads$ ./ta_4244v2_linux.bin preparing install... extracting jre installer archive... unpacking jre... extracting installation resources installer archive... configuring installer system's environment... launching installer... invocation of java application has caused invocationtargetexception. application exit. (lax) stack trace: java.lang.unsatisfiedlinkerror: /tmp/install.dir.17310/linux/resource/jre/jre/lib/i386/libawt.so: libxt.so.6: cannot open shared object file: no such file or directory @ java.lang.classloader$nativelibrary.load(native method) @ java.lang.classloader.loadlibrary0(classloader.java:1560) @ java.lang.classloader.loadlibrary(classloader.java:1477) @ java.lang.runtime.loadlibrary0(runtime.java:788) @ java.lang.system.loadlibrary(system.java:834) @ sun.security.action.loadlibraryaction.run(loadlibraryaction.java:50) @ java.security.accesscontroller.doprivileged(native method) @ sun.awt.nativelibloader.loadlibraries(nativelibloader.java:38) @ sun.awt.debughelper.<clinit>(debughelper.java:29) @ java.awt.component.<clinit>(component.java:506) @ com.zerog.ia.installer.main.c(unknown source) @ com.zerog.ia.installer.main.main(unknown source) @ sun.reflect.nativemethodaccessorimpl.invoke0(native method) @ sun.reflect.nativemethodaccessorimpl.invoke(nativemethodaccessorimpl.java:39) @ sun.reflect.delegatingmethodaccessorimpl.invoke(delegatingmethodaccessorimpl.java:25) @ java.lang.reflect.method.invoke(method.java:324) @ com.zerog.lax.lax.launch(unknown source) @ com.zerog.lax.lax.main(unknown source) gui- mukund@mukund-lenovo-u41-70:~/downloads$
please help.
install libxt6 with
sudo apt-get install libxt6
then check again
sudo updatedb locate libxt.so.6
if have libxt.so.6.0.0 , not libxt.so.6 go directory have file , type
ln -s libxt.so.6.0.0 libxt.so.6
if on x86 architecture , install i386 version type
sudo apt-get install libxt6:i386
Comments
Post a Comment