Requires Free Membership to View
When you register, you will start receiving targeted emails from my award-winning team of editorial writers. Our goal is to keep you informed on the hottest topics and biggest challenges faced by SAP professionals today.
Hannah Smalltree, Editorial DirectorI've set PATH=C:j2sdk1.4.0bin and CLASSPATH=C:Jsdk2.0libjsdk.jar;C:j2sdk1.4.0libtools.jar through the environtment variable (both user as well as the Syatem variables.) Please help me.
This looks like an issue with your Java CLASSPATH variable. Make sure that, in addition to your normal Java class directories and JAR files, your classpath includes a period, ".". This tells the Java interpreter to look for Java classes in your current directory, as well as those in the standard Java development kit directories.
This was first published in July 2003