HI! Brad,
tell me one thing ..... have you set the current directory in your classpath by
(.) in Linux. I think that might be the problem .

Regards

Vikram

Brad Rhoads wrote:

> The following batch file runs my application correctly under Windows:
>
> c:\j2sdk1.4\bin\java.exe -Dorg.xml.sax.driver=org.apache.crimson.parser.XMLR
> eaderImpl -classpath ".;.\jars\jasperreports.jar;.\jars\itext-0.81.jar"
> TimeTracker
>
> And it seems like the following should work on Linux:
>
> $JAVA_HOME\bin\java -Dorg.xml.sax.driver=org.apache.crimson.parser.XMLReader
> Impl -classpath ".;.\jars\jasperreports.jar;.\jars\itext-0.81.jar"
> TimeTracker
>
> but I get :
>
> Exception in thread "main" java.lang.NoClassDefFoundError: TimeTracker
>
> What could my problem be? Any help would be greatly appreciated.
>
> _______________________________________________
> Swing mailing list
> [EMAIL PROTECTED]
> http://eos.dk/mailman/listinfo/swing


_______________________________________________
Swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/swing

Reply via email to