plz help

ok I have the com.ms.security library unzipped and everything, but I dont know where to put it or what to do with it so that when I type "import com.ms.security.*;" in my code I dont get "com.ms.security does not exist" error.Please help.thanks in advance
[283 byte] By [armandfcdx] at [2007-9-26 1:33:30]
# 1
Hi,I am not an expert but this may help.When u compile the *.java file do it like thisC:\>javac -classpath path *.javafor example if the unzipped files r in "Library" directory in c drive, the path is c:\LibraryHope this helpsRahman
mfrahman at 2007-6-29 1:36:09 > top of Java-index,Archived Forums,Java Programming...
# 2
thanks a lot rahman,that did help.
armandfcdx at 2007-6-29 1:36:09 > top of Java-index,Archived Forums,Java Programming...