spacecowboy123 0 Newbie Poster

Hi All,

I am writing a servlet, applet application. They will communicate over the network using a Class I have created called NetworkObject, which is in a package called NetworkObject, in a project called NetworkObject.

How can I get my applet to load the class? When the applet loads and then tries to create an object of this class it seems to fail. The HTTP monitor returns an error stating a file not found.

From the properties/library of my applet I have included this project.

Where should I put the NetworkObject package so that the applet can download the Class i have created?

Thanks