Issue
I'm a Java beginner.
I already created a simple GUI application that display will "hello world" label.
But, how can I create an installer from .java or .jar for windows. Let's say that I have created a useful application and want to share it with my friends to install it in their PC without they need to know what is JRE, or how to download JRE.
Solution
Deploy the app. from a web site using Java Web Start. Ensure the user has the minimum Java using deployJava.js
(linked from the JWS info page).
Update
The Java Plug-In (used to deploy both applets and webstart applications) was deprecated around Java 9 and removed from the API soon after. This is no longer a viable option.
Answered By - Andrew Thompson
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.