<html>
<head>
</head>
<body>
Thanks to Bob Byron and Daniel Shipman!<br>
<blockquote type="cite" cite="mid:007e01c1b88d$74cb13d0$0301a8c0@white">
<meta content="MSHTML 5.50.4807.2300" name="GENERATOR">
<style></style>
<blockquote style="padding-right: 0px; padding-left: 5px; margin-left: 5px; border-left-width: 2px; border-left-style: solid; border-left-color: rgb(0,0,0); margin-right: 0px; "></blockquote>
</blockquote>
Careful reading of the Sun java documantation has significantly improved<br>
my outlook. The relevant passages are:<br>
<br>
Paths to the .jar, .zip or .class files. Each path should end with
a filename or<br>
directory depending on what you are setting the class path to:
<ul type="Disc">
<li>For a .jar or .zip file that contains .class files,          the
path ends with the name of the .zip or .jar file.          </li>
<li>For .class files in an unnamed package, the path ends          with
the directory that contains the .class files.          </li>
<li>For .class files in a named package, the path ends with         
the directory that contains the "root" package (the                         first package in the
full package name).         </li>
</ul>
The whole page is located at:<br>
<br>
<a class="moz-txt-link-freetext" href="http://java.sun.com/products/jdk/1.2/docs/tooldocs/solaris/classpath.html">http://java.sun.com/products/jdk/1.2/docs/tooldocs/solaris/classpath.html</a><br>
<br>
( My problem was that all of my paths were directory names. ) <br>
<br>
Thanks again to those who replied. I hope my synopsis of my carelessness<br>
assists others who might make the same mistake.<br>
<br>
Val<br>
<pre>--
Val W. Harris <a class="moz-txt-link-abbreviated" href="mailto:vwharris@airmail.net">vwharris@airmail.net</a>
"Become a student of change. It is the only
thing that will remain constant."
-Anthony J. D'Angelo
</pre>
</body>
</html>