Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #4303
| From | "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this> |
|---|---|
| Subject | Re: java executable progr |
| Message-ID | <96aada43-c327-42fc-885f-1d91abbb86b5@s9g2000prg.googlegroups.com> (permalink) |
| Newsgroups | comp.lang.java.gui |
| References | <1223146396.35@user.newsoffice.de> |
| Date | 2011-04-27 15:49 +0000 |
| Organization | TDS.net |
To: comp.lang.java.gui On Oct 5, 4:53=A0am, Hakan <H...@softhome.net> wrote: > > Thank you all. webstart is a cool tool. At this time I need to load > > into web. > > I finally can use appletviewer to load test.html. However, I still > > trouble with web. I could not > > launchhttp://xxx/xxx/test.html. Would anyone shed a light. I have > > been looking into google, but could not find the solution. > > =A0Java web start does not rely on running applets. No it does not, but applets *can* be launched using webstart. Webstart uses the applet viewer to put applets on-screen. >.. You sign your jar > file, .. Signing a jar file is something not usually required, for either applets or webstart apps. OTOH if the code needs to reach beyond the sandbox (e.g. for printing or accessing the local file-system) it will need to be signed, ..unless it is launched using webstart *and* uses the webstart API for access to the local services. -- Andrew T. --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
Back to comp.lang.java.gui | Previous | Next — Previous in thread | Find similar
Re: java executable progr "moongeegee" <moongeegee@THRWHITE.remove-dii-this> - 2011-04-27 15:49 +0000
Re: java executable progr "Hakan" <hakan@THRWHITE.remove-dii-this> - 2011-04-27 15:49 +0000
Re: java executable progr "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this> - 2011-04-27 15:49 +0000
csiph-web