I try to run a java class from tck 8.3.
the cmd is : [exec java c:/test/Test]
got the return as:
java.lang.NoClassDefFoundError: c:\test\Test
Exception in thread "main" "
but if I run "java test/Test" under c: in the Cmd window, then it works fine.
Did I miss something in Tcl console?
Please Help!!
JC