Hi, I'm new to creating
applets and making them web-accessible, so I was wondering if anyone could help me out with a problem that I keep running into.
When I create an applet (I'm using BlueJ) and then
test it, it works just fine. But the thing is I want it to be run off a web site, so I created an HTML page and a simple Applet just to test things out.
This is my applet:
And this is my HTML page:
When I run the html on my old computer, it works just fine. Everything loads properly and it shows up like it should.
But when I use my newer computer, it opens up a web page and shows the title, but where the applet is supposed to be, it just shows a blank box with an X in the corner, and at the bottom bar of firefox it says "applet failed to load..." or something like that.
When I open the
java console there are no errors either.
Has anyone else had this problem? And how do I fix it? I need to know to continue with my project.