我试图从我的ubuntu命令行启动eclipse,如下所示,
/opt/test/eclipse/eclipse -name Eclipse -showsplash 600 -product org.myproduct -data /opt/test/workspace/../tester_runtime -configuration file:/opt/test/workspace/.metadata/.plugins/org.eclipse.pde.core/tester_runtime/ -dev file:/opt/test/workspace/.metadata/.plugins/org.eclipse.pde.core/tester_runtime/dev.properties -os linux -ws gtk -arch x86_64 -nl en_US -consoleLog --disableLoginDialog
但是我收到以下错误:
eclipse executable unable to locate its companion shared library
/opt/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505: cannot open shared object file: No such file or directory
我的日食在/opt/test
,但在错误中,它试图在/opt
中找到它。
这里发生了什么?为什么我会收到此错误?