conversion of webapplication into .exe file
Hai,
How 2 convert a webapplication(nothing but execution not from main method) into .exe file.
Is it possible to covert.I found that a executable jars are used to convert a java application into .exe but no where i found abt webapplication.
If possible just reply to msg as it is very urgent.
Bye
Arasi
[341 byte] By [
arasia] at [2007-11-27 7:02:09]

# 1
I'm not sure you understand what you are asking.
Web applications are activated through the web browser (for example IE) and are executed on both client machine (in the browser) and in the server machine (the web server for example tomcat).
Exe are not executed within any browser and also the java part of the application is actually executed in the server so actually you want to execute only the js/html in the exe.
in other words i think your request is illogical and very very wrong.