On Sat, Nov 24, 2001 at 11:04:27PM -0500, [EMAIL PROTECTED] wrote:
: Then . is in your classpath :)

It's not that...  You're trying to import the class foo1 before you've
compiled it..  work around this by doing either:

javac *.java

or

javac foo1.java
javac foo2.java

Either of those will work...

-- 
Jason Costomiris <><           |  Technologist, geek, human.
jcostom {at} jasons {dot} org  |  http://www.jasons.org/ 
          Quidquid latine dictum sit, altum viditur.
                    My account, My opinions.



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to