我正在尝试在 Windows 10 上使用 ubuntu 控制台安装 eclipse。我使用的是 20.04.4 LTS 版本(Focal Focus)
现在我已经尝试了命令 sudo apt install eclipse 得到错误包'eclipse'没有安装候选
所以我决定走另一条路线,我下载了 eclipse-inst-jre-linux64
然后运行命令 ./eclipse-inst
并得到日志错误
Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.eclipse.swt.widgets.Display
at org.eclipse.oomph.setup.internal.installer.SetupInstallerPlugin$Implementation.start(SetupInstallerPlugin.java:133)
at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:813)
at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:1)
at java.base/java.security.AccessController.doPrivileged(Unknown Source)
at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:805)
... 32 more
问题是所有示例都是针对 Linux 上的 Ubuntu,而不是通过 WSL 在 Windows 上的 Ubunto。