Re: network is hindering my applet
- From: Roedy Green <my_email_is_posted_on_my_website@xxxxxxxxxxxxxx>
- Date: Sun, 30 Oct 2005 04:54:45 GMT
On 28 Oct 2005 19:29:39 -0700, "Redbeard" <tom.cowdery@xxxxxxxxxxx>
wrote, quoted or indirectly quoted someone who said :
>On a school budget, our IT dept. is severely limited. They are
>strictly Microsoft. Nobody really knows anything about Java, so none
>have any idea what they might have done which would lead to this?
Look at the console stack traces for hints.
I suspect you are getting in trouble with some sort of security
violation.
You must put the datafiles "downstream" of the webpages that have
applets in them that read them. In other words in the same directory
or in a child or grandchild directory of that directory.
Otherwise you must sign the applet.
In many cases the easy way out of this is to bundle the datafiles as
resources in the jar and get at them with getResourceAsStream.
See http://mindprod.com/jgloss/applet.html
http://mindprod.com/jgloss/signedapplets.html
http://mindprod.com/jgloss/console.html
http://mindprod.com/jgloss/resource.html
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
.
- Follow-Ups:
- Re: network is hindering my applet
- From: Redbeard
- Re: network is hindering my applet
- Prev by Date: Re: testing methods
- Next by Date: Re: network is hindering my applet
- Previous by thread: Re: network is hindering my applet
- Next by thread: Re: network is hindering my applet
- Index(es):
Relevant Pages
|
|