Re: How to compile a java program w/ another java programs which are w/o a main method
- From: cjeffwang@xxxxxxxxx
- Date: 31 Oct 2005 11:02:02 -0800
Thanks. Tried " javac -classpath . CounterDemo.java " It worked.
Reviewing the CounterReader and CounterWriter java files, found:
public class CountReader extends FilterReader {
public class CountWriter extends FilterWriter {
I can not find FilterReader or FilterWriter in my G:\JavaTutExamples.
Is this an error?
Jeffrey
.
- References:
- Prev by Date: Re: How to compile a java program w/ another java programs which are w/o a main method
- Next by Date: display a string X times?
- Previous by thread: Re: How to compile a java program w/ another java programs which are w/o a main method
- Next by thread: display a string X times?
- Index(es):