indigoblue
Programmer
I have just programmed an applet from hand code in visual cafe 4. It comprises of about 25 classes. If I build it & execute it in visual cafe if works fine (the point of entry is a class called Portfolio.class).
But... if I then try and embed the applet in a web page i get the error:
java.lang.ClassNotFoundException: java.io.FileNotFoundException: http
......)C340/cw3/Portfolio/class.class
where the codebase is set to cw3/
,the code tag is set to Portfolio.class
and the web page is in the C340 dir. The above erroris in NS6, in 4.7 i get "# Applet exception: class Portfolio could not be loaded" in the console.
it's probably just that i've been up for too long coding, but, can anyone help me?
But... if I then try and embed the applet in a web page i get the error:
java.lang.ClassNotFoundException: java.io.FileNotFoundException: http
where the codebase is set to cw3/
,the code tag is set to Portfolio.class
and the web page is in the C340 dir. The above erroris in NS6, in 4.7 i get "# Applet exception: class Portfolio could not be loaded" in the console.
it's probably just that i've been up for too long coding, but, can anyone help me?