Java 11 and E(fx)clipse JavaFX plugin on Eclipse 4.9: An error has occurred - see the log file(Eclipse 4.9 上的 Java 11 和 E(fx)clipse JavaFX 插件:发生错误 - 请参阅日志文件)
问题描述
我的 Eclipse 2018-09 (4.9) 无法使用 Java 11 和 E(fx)clipse JavaFX 插件运行.
I can't get my Eclipse 2018-09 (4.9) running with Java 11 and E(fx)clipse JavaFX plugin.
我运行典型的 Help ->为 E(fx)clipse 安装新软件 程序,但重启后 Eclipse 完全崩溃:我什至无法再打开 Eclipse 以获得新工作空间!
I run the typical Help -> Install new software procedure for E(fx)clipse, but after restart, Eclipse fully crashes: I can't even open Eclipse anymore for a new workspace!
当我尝试运行 Eclipse 时,我得到一个对话框:
When I try to run Eclipse, I get a dialog:
发生错误.查看日志文件 C:workspace.metadata.log"
"An error has occurred. See the log file C:workspace.metadata.log"
我已将该日志文件的副本放在 我的 Github.
I've put a copy of that log file on my Github.
好吧,我可以使用 this 手动库设置,但我真的很想运行 E(fx)clipse 以获得 Eclipse 菜单选项和功能.那么如何解决呢?谢谢.
Well, I could run a hello world JavaFX application using this manual library setup, but I'd really like to get E(fx)clipse running in order to get the Eclipse menu options and functionality. So how to solve that? Thanks.
推荐答案
在 Eclipse e(fx)clipse 中刚刚实现了对 Java 11 的支持,并且只是可用自版本 3.4.1,但根据您的日志,您的版本为 3.3.0.201809010600.
In Eclipse e(fx)clipse the support for Java 11 has just been implemented and is just available since version 3.4.1, but according to your log you have version 3.3.0.201809010600.
请参阅 Eclipse 错误 539739
这篇关于Eclipse 4.9 上的 Java 11 和 E(fx)clipse JavaFX 插件:发生错误 - 请参阅日志文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Eclipse 4.9 上的 Java 11 和 E(fx)clipse JavaFX 插件:发生错误 - 请参阅日志文件
基础教程推荐
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- Struts2 URL 无法访问 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
- 修改 void 函数的输入参数,然后读取 2022-01-01
- RabbitMQ:消息保持“未确认"; 2022-01-01
- 使用堆栈算法进行括号/括号匹配 2022-01-01
- 存储 20 位数字的数据类型 2022-01-01
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
- 如何对 Java Hashmap 中的值求和 2022-01-01
