Re: running jar files from web. - Tomcat?
From: Hal Rosser (hmrosser_at_bellsouth.net)
Date: 05/31/04
- Previous message: Corey Yeatman: "Re: Ant and OutOfMemoryError exceptions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 31 May 2004 00:21:33 -0400
"NNTP" <news8080@yahoo.com> wrote in message
news:110fc16.0404121126.1152c727@posting.google.com...
> I have a jar file that I am running from my PC and it works fine when
> I launch it with the following command.
>
> I type 'java -jar test.jar' and it brings up a window and does what
> its supposed to do.
>
> but the problem is that only I can access it this way, I want other
> people on the network accessing this as well and so I want to run it
> from within a webpage so people can click on something and it will
> bring up same window on their desktop.
>
> is this doable with java embedded in html or do I need tomcat or
> something?
>
> anyone?
I'm no expert, but running within a browser implies running an applet, with
all its restrictions.
The applet can access files on the server , but is very limited on the
client side.
hope this gives you some direction
--- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.690 / Virus Database: 451 - Release Date: 5/23/2004
- Previous message: Corey Yeatman: "Re: Ant and OutOfMemoryError exceptions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|