Hello Veni Garg,

> I tried " javac -classpath C:\cld\myJava PostXML.java " from the command

RTFM on javac! An entry in the classpath is either a JAR, or the root
directory of a tree with .class files. It is NOT a directory in which
to look for JARs.

set CLASSPATH=c:\wherever\MyJar1.jar;c:\wherever\MyJar2.jar

cheers,
  Roland

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to