'class tictactoe not found' error after insalling version 1.4

When I try to run my html to execute the demos, i get a

'class tictactoe not found' message. Same goes for HelloWrold

and other demos.

I have received a the tictactoe.class from another user, and

when I susbstitute her .class for mine - it works !!

But when I compile her source, tictactoe.java, it stops working

again !!

So it seems to me that my path and classpath are correct, and

that my problem should be related to compiling the .java code?

Note, I did have version 1.3, and had forgotten to remove 1.3

when I installed the 1.4 version, so I attempted to remove 1.3

after I installled 1.4. I then reinstalled 1.4 again. I don't

know if this is related to my 'class xxx not found' message, or

not?

Anyone else solved this 'class xxx not found' problem.

Note, when I compiled with javac, I do not get any errors.

Thanks in advance for any assistance offered

[973 byte] By [mnalepa] at [2007-9-28 0:29:55]
# 1

Hi,

i'm sorry but i can't help you because i have the same problem.

I wrote an applet that uses java.io.* so i had problems with the security of the java plug-in.

First i compiled my code using jdk1.1.8 but i couldn't solve my security issues so i installed jsdk1.4. I solved my security problem (i changed my .java.policy file) and the applet compiled perfectly and i can run it with the appletviewer but once i put it on a html-page i got the error class xxx not found.

I recompiled it with jdk1.1.8 and i could run the applet on a html-page but with the security errors when the page tries to run the applet. So in both ways my applet doesn't run like it should on a webpage.

I hope someone can solve this problem!

Thundjara at 2007-7-7 20:05:39 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...