Re: network is hindering my applet



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.
.



Relevant Pages

  • Java Network Programming FAQ
    ... Java Network Programming FAQ. ... How can I find out who is accessing my server? ... What are socket options, and why should I use them? ... How does servlet performance compare to applets? ...
    (comp.lang.java.programmer)
  • Java Network Programming FAQ
    ... Java Network Programming FAQ. ... How can I find out who is accessing my server? ... What are socket options, and why should I use them? ... How does servlet performance compare to applets? ...
    (comp.lang.java.programmer)
  • Java Network Programming FAQ
    ... Java Network Programming FAQ. ... How can I find out who is accessing my server? ... What are socket options, and why should I use them? ... How does servlet performance compare to applets? ...
    (comp.lang.java.programmer)
  • Java Network Programming FAQ
    ... Java Network Programming FAQ. ... How can I find out who is accessing my server? ... What are socket options, and why should I use them? ... How does servlet performance compare to applets? ...
    (comp.lang.java.programmer)
  • Java Network Programming FAQ
    ... Java Network Programming FAQ. ... How can I find out who is accessing my server? ... What are socket options, and why should I use them? ... How does servlet performance compare to applets? ...
    (comp.lang.java.programmer)