我在linux mint 18機器上安裝了openjdk 8和openjfx軟件包,但是當我嘗試在NetBeans IDE上執行演示javafx項目時,我得到的是這個Java FX不能在linux-mint上工作18
JNLP failed : Error: -includedt requires the java deployment toolkit, which is not included in this distribution
com.sun.javafx.tools.packager.PackagerException: Error: -includedt requires the java deployment toolkit, which is not included in this distribution
(同一Java難看的錯誤代碼)...
impl.xml:2096: Error: Bundler "WebStart JNLP Bundler" (jnlp) failed to produce a bundle.
我認爲這個消息說明了這一切:「需要java部署工具包,它不包含在這個發行版中」。你的問題是什麼? – Axel
你可以嘗試創建一個示例項目http://stackoverflow.com/help/mcve? OracleJDK也會發生這種情況嗎? – FibreFoX
我沒有訪問OracleJDK,我只能使用openjdk和openjfx,並得到了@FibreFoX的問題。 –