java applets
Posted: Fri Nov 29, 2002 8:17 pm
whenever i try to make a java applet .. i have experience one problem .. if i try to run my program from appletviewer command it works fine and shows everything .. but when i try to run it from the internet explorer it says .. cant find the class file although it is in the same directory as the .html file is
now another thing i wanna ask is that like if i have a java program named MyApplet.java and i use anonymous classes in it .. it makes like
MyApplet$1.class
MyApplet$2.class
. . . .
and so on
now these class files are required to run this program .. if i want to upload them to a server e.g. on geocities it doesnt let me upload these $ named files .. and without that this java applet doesnt works ,,
so wat can be the solution ?
now another thing i wanna ask is that like if i have a java program named MyApplet.java and i use anonymous classes in it .. it makes like
MyApplet$1.class
MyApplet$2.class
. . . .
and so on
now these class files are required to run this program .. if i want to upload them to a server e.g. on geocities it doesnt let me upload these $ named files .. and without that this java applet doesnt works ,,
so wat can be the solution ?