Wow, good call Martin. I had the same sort of issue when I installed tomcat
and changed the folder name to get rid of spaces. But, I didn't think that a
listing with spaces would cause following ones to be unrecognized. I'll try
that too.
Thanks a lot for the input.
-Original Message-
Fro
Dave-
Most ANT build.xml and most java compilers dont understand longwinded NTFS
folder names e.g. C:\Program Files
which is why any folder which follows the longwinded name in a environment
var wont be regosnised at the end of the path
to be safe always put in the 8 character directory name
so
se
I'm pretty sure I tried that, but I'll give it a shot when I get home
tonight. This is one of those cases where I've tried so many different
things I can't remember what I have and haven't tried.
Thanks for the fast reply, I'll post my results when I get them.
Dave
-Original Message-
Fro
You need something like
set CLASSPATH=.;C:\apacheSoap\soap2_3_1\lib\soap.jar
Scott Nichol
Do not send e-mail directly to this e-mail address,
because it is filtered to accept only mail from
specific mail lists.
- Original Message -
From: "David Vick" <[EMAIL PROTECTED]>
To: <[EMAIL PROT
Hi all:
I've got some issues and it driving me nuts trying to figure out why. I keep
getting a no class def found when I try to verify the client side
installation with the following:
C:\>java org.apache.soap.server.ServiceManagerClient
http://localhost:8080/soap/servlet/rpcrouter list
The excep