Good Morning Femke-

This is a 2 step process
1)
grep -S -l  jwo.landserf *.jar
note the jar that contains this package
2)
in your startup script (such as .profile or .bashrc) apprise your CLASSPATH of 
the jar which contains 
SET CLASSPATH=$CLASSPATH:NameOfJarWhichContainsPackage
export $CLASSPATH

you MUST ensure your CLASSPATH is setup in BOTH your compile and run tasks

Martin --
*********************************************************************
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed.  If you have received this email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy.  Thank you.



----- Original Message ----- 
From: "femke" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Tuesday, May 30, 2006 4:32 AM
Subject: Re: axis compile error - package does not exist


> 
> yes, the jar files are in the classpath....hmm...it looks like an obvious
> classpath thing but given it compiled with javac under the dos prompt, it
> doesn't quite make sense.
> 
> any other ideas would be most welcome.....
> 
> femke
> 
> --
> View this message in context: 
> http://www.nabble.com/axis+compile+error+-+package+does+not+exist-t1698718.html#a4623017
> Sent from the Axis - User forum at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

Reply via email to