|
Since you are
running on Wintel platform, you might as well create a batch file & add the
following lines
set
path=c:\jdk1.3\bin
set
classpath=c:\jdk1.3\jre\lib\rt.jar;c:\jdk1.3\xerces-1_3_0\xerces.jar ;
<the-dir-where-your-java-class-files-exits>
execute this
batch file on the dos window that you are running & then do a javac src.java
& java src. Hope this helps.
|
- this is killing me - NoClassDefFoundError [EMAIL PROTECTED]
- Re: this is killing me - NoClassDefFoundError Sanjay Bhatia
- Re: this is killing me - NoClassDefFoundError Ian Roberts
- Re: this is killing me - NoClassDefFoundError Krishna Vemuri
- Re: this is killing me - NoClassDefFoundError Rajesh K R
