Hai all, I have made a package consisting of some classes of applet applications. When i tried to use that package in my program, compiling properly. but while execution the applet doesn't get initialized and i get error that the package class file is not found. when i tried this package method for small programs like addition,multiplicaion,(Non applet programs) it worked fine. thanx prabhakar.
Vinod Venugopal
Ranch Hand
Joined: Dec 06, 2000
Posts: 148
posted
0
Hi, You have to give the entire package structure even in the HTML code base so that the applet gets initialized. Vinod