在 64 位 ubuntu 中同时安装 32 位 eclipse 和 64 位 eclipse

在 64 位 ubuntu 中同时安装 32 位 eclipse 和 64 位 eclipse

我首选的 Java IDE 是

因为我有一个乐高机器人(NXJ),我想使用适用于 Lego Mindstorms 的 Java。我发现我必须使用全 32 位架构,否则 USB 驱动器将无法工作。(“全 32 位架构”包括 eclipse 和 jdk)

如何安装第二个 eclipse?

我第一次尝试只是重新下载 eclipse 安装程序,这次是针对 32 位架构的。当我从命令行启动安装程序时,出现以下错误:

OpenJDK 64-Bit Server VM warning: You have loaded library /home/me/Downloads/eclipse-installer/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.551.v20171108-1834/eclipse_1630.so which might have disabled stack guard. The VM will try to fix the stack guard now.
It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.

Eclipse Installer:
JVM terminated. Exit code=13
/usr/bin/java
-Xms256M
-Xmx1024M
-jar /home/me/Downloads/eclipse-installer//plugins/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar
-os linux
-ws gtk
-arch x86
-showsplash
-launcher /home/me/Downloads/eclipse-installer/eclipse-inst
-name Eclipse Installer
--launcher.library /home/me/Downloads/eclipse-installer//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.551.v20171108-1834/eclipse_1630.so
-startup /home/me/Downloads/eclipse-installer//plugins/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar
--launcher.appendVmargs
-exitdata 18e0024
-data @noDefault
-vm /usr/bin/java
-vmargs
-Xms256M
-Xmx1024M
-jar /home/me/Downloads/eclipse-installer//plugins/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar 

那么,如何安装 32 位 eclipse 来运行 LeJOS?

相关内容