Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Applet Uploading

  Asked By: Joao    Date: Aug 31    Category: Java    Views: 647
  

I have been programming in java for a while, and I needed to upload
an applet onto the internet. I successfully uploaded it on my home
computer, and can access it without problems. However, when I try
to access it from any other computer, the browser reports that the
class files cannot be found.

This is where my source code can be found :
www.geocities.com/nford85/SewerCide.java

Can anybody tell me what my problem might be and/or how to fix it?

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Reginald Thomas     Answered On: Aug 31

Well, Ive done it and it doesn't give me any problems. Something to
consider:
Is the jre that is installed on the orther pc compatible with the
java you used in the applet? eg if u used Swing you need 1.3 or
higher.

And make sure all the file are in the sam folder on the server, the
html page and all the .class files

Nothing else comes to mind.

 
Didn't find what you were looking for? Find more on Applet Uploading Or get search suggestion and latest updates.




Tagged: