Java 教程是为 JDK 8 编写的。本页中描述的示例和实践未利用在后续版本中引入的改进。
Which of the following items is not an advantage of self-contained applications?
对或错:MIME type must always be used to set up a file association.
What elements are used to identify the entry points for self-contained applications in the <fx:deploy> Ant task?
Write the <fx:deploy> Ant task to generate a Windows MSI bundle for a simple application named My Sample App. The JAR file for the application is in the dist directory, the main class is samples.MyApp, and output files are to be written to the current directory.
Enhance the code from the previous exercise to create bundles for all Windows installers and define a file association for text files.