Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #21243
| From | emf <emfril@gmail.com> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: Applet not running on the web |
| Date | 2013-01-09 02:46 -0500 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <kcj702$q8v$1@speranza.aioe.org> (permalink) |
| References | <kcd5kg$elb$1@speranza.aioe.org> <135qe8hbr64hkrjdsask4b48bfnsli9koo@4ax.com> |
On 2013-01-09 01:56 Roedy Green wrote:
> On Sun, 06 Jan 2013 19:46:39 -0500, emf <emfril@gmail.com> wrote,
> quoted or indirectly quoted someone who said :
>
>> FileReader ephemeris = new FileReader("transits/ephemeris.csv");
>> BufferedReader buffer = new BufferedReader(ephemeris);
>
> Applets may not do i/o, otherwise they could snoop on the hard disks
> of strangers out of the net running them. You must put your classes
> in a jar and sign it.
>
> See http://mindprod.com/jgloss/signedapplets.html
> http://mindprod.com/jgloss/applet.html
Hmm... All this seems too complicated and still not quite satisfactory.
It might be simpler to suggest that the visitor, if sufficiently
interested, download the files and run the program in his/her own
computer instead. I'll have to check Lew's suggestions first.
emf
--
It ain't THAT, babe! - A radical reinterpretation
https://files.nyu.edu/emf202/public/bd/itaintmebabe.html
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Applet not running on the web emf <emfril@gmail.com> - 2013-01-06 19:46 -0500
Re: Applet not running on the web Arne Vajhøj <arne@vajhoej.dk> - 2013-01-06 19:56 -0500
Re: Applet not running on the web emf <emfril@gmail.com> - 2013-01-09 01:21 -0500
Re: Applet not running on the web Arne Vajhøj <arne@vajhoej.dk> - 2013-01-06 19:58 -0500
Re: Applet not running on the web emf <emfril@gmail.com> - 2013-01-07 03:39 -0500
Re: Applet not running on the web emf <emfril@gmail.com> - 2013-01-09 01:40 -0500
Re: Applet not running on the web Lew <lewbloch@gmail.com> - 2013-01-08 23:01 -0800
Re: Applet not running on the web emf <emfril@gmail.com> - 2013-01-10 07:08 -0500
Re: Applet not running on the web Arne Vajhøj <arne@vajhoej.dk> - 2013-01-09 20:51 -0500
Re: Applet not running on the web emf <emfril@gmail.com> - 2013-01-10 07:19 -0500
Re: Applet not running on the web Arne Vajhøj <arne@vajhoej.dk> - 2013-01-10 07:20 -0500
Re: Applet not running on the web Roedy Green <see_website@mindprod.com.invalid> - 2013-01-08 22:56 -0800
Re: Applet not running on the web emf <emfril@gmail.com> - 2013-01-09 02:46 -0500
Re: Applet not running on the web Roedy Green <see_website@mindprod.com.invalid> - 2013-01-09 11:22 -0800
Re: Applet not running on the web Arne Vajhøj <arne@vajhoej.dk> - 2013-01-09 20:44 -0500
Re: Applet not running on the web Roedy Green <see_website@mindprod.com.invalid> - 2013-01-09 11:26 -0800
csiph-web