wrote in message
news:2oqdnSdmSK5nWJ7bnZ2dnUVZ_tzinZ2d@comcast.com...
> mmcnurlin@usfamily.net wrote:
>> I didn't mean do anything wrong. What is meant by the term "top-post"?
>
> GIYF!
>
> A: Because it makes posts harder to read.
> Q: Why is it bad?
> A: Placing the reply above the quoted material (as opposed to inline, like
> a conversation).
> Q: What is top-posting?
>
> -- Lew
Thank you.
I am I doing this right now? I should have read thru the posts, to see how
other people write their letters.
By messing around the CLASSPATH variable I got one of the compiler errors to
go away. It knows where the package is, but I still can't instantiate the
class.
Here is the error:
""EasyPtPlot.java:21: cannot access Plot
bad class file: c:\ptplot\Plot.class
class file contains wrong class: ptolemy.plot.Plot
Please remove or make sure it appears in the correct subdirectory of the
classpath.
Plot plotObj = new Plot();
^
1 error"