hey guys......

my name is zid..
ok here is the case....does any one know hows to initialize or activate a file in a client pc from the server....i've tried applet...but my boss was not happy with that coz...the comfirmation pop up windows apperead every time that applet loaded....is there any otherway...to do that without using applet!
plzzzzzz guys....my job dependss on this.........plzzzz.

restellar@yahoo.co.uk mail me plzzzzz...

thanks guys....

Recommended Answers

All 3 Replies

have you tried something like System.exec("fileName.exe");
Of course, from an applet you couldn't do this unless you were granted full permissions in security.

Make a java web start (JWS) program. It allows for easy deployment on clients machines. Clients would only need to click yes once.

http://java.sun.com/products/javawebstart/
http://java.sun.com/products/javawebstart/demos.html

There are a great many benefits to making a JWS app as opposed to just a simple applet. Be sure to google for more information on JWS. Learn everything about it and see if this is what you really want. You could really impress your boss.

Good luck!


Ed

hey iron _cross and cosi....thankxxxxx a lot guys....

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.