'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

