compiling java in HPUNIX

Hi

I have a java program which imports a package from a jar file . This jar file resides in the same directory as that of java file and i had set the classpath to jar file also .

when i try to compile , it is giving me 'package not found' .

Can anybody help me out of this .

Balajee

[329 byte] By [balajee2] at [2007-9-26 2:14:17]
# 1
set classpath .:whatever.jarexport classpath if the jar file is in the same directory should work
zaneparks at 2007-6-29 9:09:58 > top of Java-index,Developer Tools,Java Compiler...