-
Java builds?
What are the differences for the four Java builds I've listed below...
Java Sub-Application?
Stand-alone Java Application?
Stand-alone Java Internet Applet? isn't this Java Web Start?
Stand-alone Java Web Start?
These I understand...
Stand-alone Java for Mobile Devices - phones
Stand-alone Java for BlackBerry - BlackBerries
Stand-alone Mac Application (Java) - Macs
thanks
-
Re: Java builds?
Java Sub-Application is like a sub app.
It is to be used when you have sub-applications in your main application. It saves the current application as a CCJ file. This file contains all of your application, but not the Java runtime.
Stand-Alone Java Application is like an EXE but in Java.
Stand-Alone Java Internet Applet is embeded into a webpage
Stand-Alone Java Webstart is like a hybrid EXE/Applet
Runs from a webpage (and under the same restrictions) but launches into its own window.
More about it in the help -- just search for Java and things will come up.