> did you check the spelling of the jar file?
> you have:
> import usingj2ee.*;
> but you are deploying using2je.jar.

Even so... can you really import a jar file??  News to me... IME you have to
import each package within it, and the name of the jar file is irrelevant
except for making sure it's in the classpath somewhere.

So I'd suggest a 'jar -tvf usingj2ee.jar' and look at the directory
structure within it.  Do those files really all live in a directory called
'usingj2ee' within the .jar file?  And is it definitely in the 'lib'
directory?

-- 
Wendy Smoak
Applications Systems Analyst, Sr.
Arizona State University PA Information Resources Management

Reply via email to