简体   繁体   English

在Eclipse Mars中安装e(fx)eclipse

[英]Install e(fx)eclipse in Eclipse Mars

I tried to install e(fx)eclipse tools in Eclipse Mars but it not successful and show that message when I start Eclipse: 我尝试在Eclipse Mars中安装e(fx)eclipse工具,但未成功,并在启动Eclipse时显示该消息:

You are not running your eclipse instance with Java8. 您没有使用Java8运行eclipse实例。 The JavaFX tooling is disabled because of this.Make Java8 the default system java or adjust your eclipse.ini to pass -vm pointing to your Java8 install. 因此,JavaFX工具被禁用。将Java8设置为默认系统java或调整eclipse.ini以传递-vm指向Java8安装。

In case you want to turn off this check open your preferences and go to General > Startup and Shutdown and uncheck 'JavaFX Tooling Java Check" 如果您想关闭此检查,请打开您的首选项,然后转到“常规”>“启动和关闭”,然后取消选中“ JavaFX Tooling Java Check”

在此处输入图片说明

Could anyone help me about this? 有人可以帮我吗?

As stated an update might be everything you need. 如前所述,更新可能是您需要的一切。 I had a similar issue under Linux once, where there were two JVMs installed and the older one was in the projects build path. 我曾经在Linux下遇到过类似的问题,其中安装了两个JVM,而较旧的JVM在项目的构建路径中。 You can check under the projects properties -> java build path if Java 1.8 is shown there. 您可以在项目属性-> java build path下检查是否显示Java 1.8。

Regarding tools: I don't think you'll need any. 关于工具:我认为您不需要任何工具。 Try and get familiar with the JavaFX Scene Builder. 尝试熟悉JavaFX Scene Builder。 It makes building a simple GUI super easy. 它使构建简单的GUI非常容易。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM