Java NoClassDefFoundError
Pls help.......
I got the following :
c:\jws1_examples\ch03\com\deitel\jws1\xml\Validato r.class
c:\jws1_examples\ch03\Fig03_1_2\welcome.xml
c:\jws1_examples\ch03\Fig03_1_2\welcome.dtd
I wrote a bat file as follows:
java -classpath com.deitel.jws1.xml.Validator ch03/Fig03_1_2/welcome.xml
and save under c:\jws1_examples\welcome.bat
When I try to run this batch file ( c:\jws1_examples\welcome.bat ) under DOS, I got the following errors:
Exception in thread "main" java.lang.NoClassDefFoundError : ch03/Fig03_1_2/welcome/xml
pls help !!
|