文档介绍:×÷Õߣºdiego lynn
ÈÕÆÚ£º2001-3-25 11:01:04
Do I need to change my application to work with JavaTM Web Start?
If your application is written to the JavaTM 2 platform, and is delivered as a set of JAR files, there should be no need to revise your application.
Make sure that all your application resources (such as images and resource bundles, for example) are retrieved from a JAR file, since JavaTM Web Start launches an application by invoking the public static void main(String[] args) method.
And if your application needs unrestricted access to the system, (for example, network or disk access), you will need to sign your code. back to top
Is there a migration path from applets to applications? OR Does JavaTM Web Start support applets?
JavaTM Web Start is primarily designed for application deployment. You specify all requirements for your application in the JNLP file, and off you go. We do provide the ability to launch Applets in much the same way as the traditional AppletViewer. The built-in AppletViewer is there to provide an easy migration path for existing Applets that want to take advantage of JavaTM Web Start. However, it is not intended to be a full implementation of the Plug-In. The Plug-In is the primary launching vehicle for Applets. The built-in AppletViewer in JavaTM Web Start has certain limitation, ., you can not specify class files as resources and policy f