RE: Exception in thread "main" java.lang.NoClassDefFoundError: or g.apache.commons???

2005-08-08 Thread Juan Cervera
ct: RE: Exception in thread "main" java.lang.NoClassDefFoundError: or g.apache.commons??? I think I remember getting that warning, I just ignored it for now, everything still seemed to work ok. - Timo

RE: Exception in thread "main" java.lang.NoClassDefFoundError: or g.apache.commons???

2005-08-08 Thread Bish, Tim
I think I remember getting that warning, I just ignored it for now, everything still seemed to work ok. - Timothy A. Bish Sensis Corperation - -Original Message- From: Chen, Donald [mailto:[EMAIL PROTECTED] S

RE: Exception in thread "main" java.lang.NoClassDefFoundError: or g.apache.commons???

2005-08-08 Thread Bish, Tim
Don is correct you JARs are not the correct names, here's my path C:\Documents and Settings\tbish>echo %AXISCP% .;C:\Program Files\Java\jaf-1.0.2\activation.jar;C:\Program Files\Axis\lib\axis- ant.jar;C:\Program Files\Axis\lib\axis.jar;C:\Program Files\Axis\lib\commons-dis covery-0.2.jar;C:\Progra

RE: Exception in thread "main" java.lang.NoClassDefFoundError: or g.apache.commons???

2005-08-08 Thread Bish, Tim
What does you AXISCLASSPATH look like? Can you dump it out and attach paste it into an email? - Timothy A. Bish Sensis Corperation 5717 Enterprise Parkway East Syracuse, NY 13057 Phone: (315) 634-3027 [EMAIL PROTECTED] -

RE: Exception in thread "main" java.lang.NoClassDefFoundError: or g.apache.commons???

2005-08-08 Thread Bish, Tim
Actually putting the quote in is necessary if the directories in the paths in the CLASSPATH variable have spaces in them. The windows shell will correctly expand the value even when surrounded by quotes. I followed the docs also when first starting out, and got errors very similar to this. What