Applet Notinited - Loading Java Applet Failed
I tried looking for my particular failure on the forums and googling it, but no one else seems to have my particular affliction.
Obviously, when I try to load up my applets I created, even something as simple as a text readout, it gives me the notinited bit in the status bar.
Doesn't work in FireFox, IE, Opera and I'm runing 1.5
Doesn't work on my fiance's computer and she's running 1.4.2
I run the java console, and it lists the class not found exception. and also
an IOException error: open HTTP connection failed
I run the appletviewer and it lists java.lang.RuntimeException: java.security.AccessControlException: access denied (java.net.SocketPermission wolkefamily:80 connect,resolve)
the wolkefamily bit is my domain name.
i checked, and checked, and rechecked for binary transfers set, correct html, correct java syntax. i think it's all on my server end, but i don't have direct access to teh servers itself.
any ideas? and thank you.
[1016 byte] By [
overcasta] at [2007-10-3 2:14:36]

> Obviously, when I try to load up my applets I
> created, even something as simple as a text readout,
> it gives me the notinited bit in the status bar.
>
> Doesn't work in FireFox, IE, Opera and I'm runing
> 1.5
>
> Doesn't work on my fiance's computer and she's
> running 1.4.2
>
> I run the java console, and it lists the class not
> found exception.
Starting by testing a simple example like a printout as you said,
How are you "loading up" your applets?
Are you calling applet viewer/ running from browser and how?
"load up" i mean using a ftp file transfer program to upload the files. I tried then simply running the applet from the file off my computer, changing the html as well and it works just fine.
I seriously think it's some proxy block or something from my hosting service, since the appletviewer's error readout lists "mydomain:80" then under the appletviewer's options tab it shows the http proxy to be 80.
anybody encounter something to this effect?
I've had the same problem. Would you please be more specific about how you solved the problem. many thanks.
Jeff
> i figured it out with some other help. i reset my
> socketpermissions to accept. NO WHERE ON ANY
> TUTORIAL does it list that that needs to be done.
> everything always says its soooo easy and just needs
> the simple stuff i followed to a T. but nope...not
> in this case and all it was was a simple text read
> out
>
> lame
drj88a at 2007-7-14 19:13:26 >
