Can Signed Applet Be Used to Copy Exe File from Server to Client's Machine?
Hi !
I have a Registered site from where users can download certain files.
I have developed a "Download Manager" in Swing which assist in downloading files.
Now, Can i use a "signed applet" from my site to copy the "Download_manager.exe file" from server to user system and execute it from there.
If YES then please assist me with some code and if thats not how it should be done then please suggest me the correct way to do this.
This is urgent ! Plzzz... Help !
So, you've written a Java download manager and you want to use an applet to install it as an exe?Why compile it into native code?Just sign the app and use Webstart, job done.
Hi !
Thanks for your great Suggestions.
Now, I signed the Application itself and deployed it through JWS & JNLP.
Now, I have a few further queries :
1.) Is it possible that each time I load the Web Page which calls JNLP File, instead of copying a new file from Server, If there exists a copy of the Same File on User System then that should take precedence while loading and it should execute the previous copied file.
2.) Is it possible to pass value to the Download Manager Application JNLP file at RUN TIME (i.e. when the Web Page Loads the file to user system)
Plz Reply Urgently !
Thanks for ur reply.
I tried it with Java Web Start and JNLP and it worked :-)
I am awarding u 5 DUKE DOLLARS for this . . . ENJOY :-)
Further I have another query. Can we Save the Contents of the percentage of files that have been downloaded when the user clicks Exit
How Can We Do That ? ? ?