Java Applets Without Installing JRE

Hi , I want to know how can client can run java applet (which is downloading some data from server) on his/her browser without installing anything like (JRE/JSDK).waiting for solution...
[250 byte] By [Mahesh@idealake.com] at [2007-9-30 9:26:11]
# 1

Hi,

Java Plugin is required to run the Applet in browser, in case it is not exsiting it will be downloaded and installed, ofcource developer has to add this option in his code.

You can refer to the Sun Demoshere ...

http://java.sun.com/products/plugin/reference/codesamples/index.html

avrss at 2007-7-3 1:26:31 > top of Java-index,Administration Tools,Sun Connection...