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
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