JavaFX Installable Package with External Jar
參考來源
https://netbeans.org/bugzilla/show_bug.cgi?id=268489
在 <fx:resources> 中,加入以下這行。
https://netbeans.org/bugzilla/show_bug.cgi?id=268489
在 <fx:resources> 中,加入以下這行。
<fx:fileset dir="dist" includes="lib/*.*"/>
這樣第三方 Lib/Jar 檔才會被包進 exe 與/或 msi 中。
安裝後,可自行觀察在安裝目錄的 app 路徑下,是否有 lib 目錄,且包含專案中所使用到的 jar 檔。
安裝目錄請參考以下連結中的 Table 6-2 Installable Package Formats
https://docs.oracle.com/javafx/2/deployment/self-contained-packaging.htm#A1324980
留言
張貼留言