202.54.114.28 writes:
I use JDK to compile and run java programs while developing the application. But if I have a Java application how do i deploy on a mcahine that does not have JDK. Are JVMs available to install on m/c.
Hema
152.166.194.30 writes:
Sun authorizes the distribution of the JRE (Java Runtime Enviornment ~10MB) with Java applications. You can download it at the java.sun.com site. Although, as I think about it, it might be better to take advantage of the fact that most browsers are Java-enabled, and to use an applet to spawn your application. It would greatly reduce the size of your app. Well, hope that helps ...
MikeD