JAVA problems

I don’t know if it is just the server that I am on but I tried geocities and tripod and when I tried to load my java applet it said java applet notinited. What do you think the problem is?

Try associating a newer version of java with your browser. You didn’t specify the version, nor the browser, nor whether any other applets work. Also you didn’t write a descriptive headline.

But I was using a applet from someone else, and it didn’t work. Do you think its the server?

[quote]But I was using a applet from someone else, and it didn’t work. Do you think its the server?
[/quote]
I’m not an expert on applets, but in any case it is impossible for me to say anything because of lack of information.

Well I put an applet from Java Boutique


<applet code=XYZApp.class width=300 height=300>
<param name=model value=buckminsterfullerine.xyz>
</applet>

And it still says Java Applet Notinited?

Look about 4 posts up.

My browser is Mozilla Firefox, the java I am using is J2SE 5. It wouldn’t load anything, not even a simple Hello World class. But it does on JAVAboutique.com? HELP ME PLEASE

First you say:

Then you say:

[quote]It wouldn’t load anything, not even a simple Hello World class. But it does on JAVAboutique.com?
[/quote]
So does it work with an applet on javaboutique.com or does it not work with an applet on javaboutique.com? Be clear! Also, I am giving you all the help I can, you don’t need to scream for help!

I tried all the applets I could find. Whether I wrote them or not. The ones that would work on Javaboutique wouldn’t work, it still just says the same thing. What id the problem?

It probably can’t find the class file or something.

  • Try looking at the Java Console.
  • Let us know what the file structure is setup as on the server
  • Point us at one of the applets that doesn’t work

Kev