Forums Register Login

JSP exe

+Pie Number of slices to send: Send
I am developing a tool in jsp. which needs to be created as an icon in the desktop, something similar to an exe. I am using Jsp & weblogic as the server. Please let me know how to go about this.
+Pie Number of slices to send: Send
JSP isn't a desktop technology.
It's server technology.
+Pie Number of slices to send: Send
JSPs are a server side technology so you can't make exe's from them.

You can make a link to a JSP page on your desktop which when clicked will open your browser and point to the required page. Is that what you want?
+Pie Number of slices to send: Send
but what if i want the same link to be accessible to other systems?
+Pie Number of slices to send: Send
The JSP can be accessible from anywhere that can access the server on which it is hosted. If you want to put a shortcut on peoples desktop to it, you will have to do that manually.
+Pie Number of slices to send: Send
You can save the link as a URL and email the URL around. One of the easiest ways to do this is to resize your browser so that you can see both the browser and your desktop, and in the address bar there ia an image next to the address (Ours looks like a lucky horseshoe). Click and drag this to the desktop. Share it with your friends.
+Pie Number of slices to send: Send
Very simple u can do that through Scripting.

Here is the Code

<script type="text/vbscript">

window.open "http://localhost:8100/ex1/index.html"

</script>
+Pie Number of slices to send: Send
"dinesh ks",

There aren't many rules that you need to worry about here on the Ranch, but one that we take very seriously regards the use of proper names. Please take a look at the JavaRanch Naming Policy and adjust your display name to match it.

In particular, your display name must be a first and a last name separated by a space character, and must not be obviously fictitious.

Thanks!
bear
Forum Bartender
yeah, but ... what would PIE do? Especially concerning this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com


reply
reply
This thread has been viewed 1695 times.
Similar Threads
How can I embed runtime exe files in JSP
running exe
Save as Dialog in Applet
Where is java-rmi.cgi for JDK15
runnig exe on client side
More...

All times above are in ranch (not your local) time.
The current ranch time is
Mar 28, 2024 14:41:42.