如何使用安装程序为所有用户安装 Eclipse Neon?

如何使用安装程序为所有用户安装 Eclipse Neon?

我已遵循说明从这个答案类似的问题,但看起来 sudo 模式下的安装程序将大多数插件安装到 /root/.p2/pool/plugins,因此您无法在非 sudo 模式下访问它。

我已将 .p2 文件夹 ( /root/.p2) 复制到我的安装文件夹 ( /opt/eclipse/),并将 eclipse.ini 文件中的启动器库路径更改为指向新位置。

不幸的是,这没有帮助:

An error has occurred.  See the log file
/home/michal-praca/.eclipse/org.eclipse.platform_4.6.0_1942444138_linux_gtk_x86_64/configuration/1469604630174.log

!SESSION Wed Jul 27 09:25:23 CEST 2016 -----------------------------------------
!ENTRY org.eclipse.equinox.launcher 4 0 2016-07-27 09:25:23.561
!MESSAGE Could not find extension: reference:file:org.eclipse.osgi.compatibility.state_1.0.200.v20160504-1419.jar
!ENTRY org.eclipse.equinox.launcher 4 0 2016-07-27 09:25:23.565
!MESSAGE Could not find extension: reference:file:org.eclipse.wst.jsdt.nashorn.extension_1.0.0.v201605131737.jar
!ENTRY org.eclipse.equinox.launcher 4 0 2016-07-27 09:25:23.570
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter
    at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:670)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1492)

如何使用安装程序安装 Eclipse Neon,以便系统上的任何用户都可以使用它?

我正在使用 Ubuntu 14.04。

相关内容