Link to home
Start Free TrialLog in
Avatar of xuron
xuron

asked on

Java Applet that would install software similiar to activeX?

I am looking for a solution that would prompt a user on a webpage to install software. Similiar to activeX which asks the user yes or no.

I would like it to be a java applet.
Avatar of doronb
doronb

1) Look at Java Web Start.
2) Sign your applet and it will have access to the local file system and therefore be able to install files wherever.
> I am looking for a solution that would prompt a user on a webpage to install software.

The perfect solution to that is the wonderfull installer which is InstallAnywhere which you can
download from :

// You can download the free version
http://www.zerog.com

Here is a demo of what I'm saying :
http://www.jpedit.co.uk/install.htm

So you can also do that if you download and use InstallAnywhere.

Hope that helps . . .
Javatm
Apparently, that demo page Javatm mentioned takes the 2nd approach I offered ;)
Avatar of xuron

ASKER

Ok so this zerog will do most of what I need, however, I would like a working solution so I am increasing the point value to 500.

Basically I would like it to function exactly like activeX, so when I get a code signing certificate, all it will do is load the certificate window and when they click yes, it will download and auto-run the exe file.

Avatar of Mick Barry
java applets automatically install themself already, there is nothing you need to do.
ASKER CERTIFIED SOLUTION
Avatar of Javatm
Javatm
Flag of Singapore image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial