Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error with exec java class file

Status
Not open for further replies.

hcchin

Programmer
Jul 22, 2003
1
US

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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top