SET CLASSPATH
- From: "Abdelhalim MIMOUNI" <mimow1@xxxxxxxxxxxx>
- Date: Thu, 16 Jun 2005 19:45:27 +0200
hi, i'm using the abstract class definition, and when compiling the abstract
class it's ok, but the problem is when compiling the subclass: i get the
following message:
Rect.java:9: cannot resolve symbol
symbol : class GeoFigure
location: class figures.Rect
public class Rect extends GeoFigure
^
1 error
the abstract class is called: GeoFigure;
and the subclass is Rect
so how cn use the set classpath at command line, should it include the
directory where are located all the package files(the abstract class and
subclass .java files), or should it point at onel evel before the directory
that contains the package files?
thank's!
--
SAID BARA
.
- Follow-Ups:
- Re: SET CLASSPATH
- From: Raymond DeCampo
- Re: SET CLASSPATH
- Prev by Date: Newbie wants to get started
- Next by Date: override method
- Previous by thread: Newbie wants to get started
- Next by thread: Re: SET CLASSPATH
- Index(es):
Relevant Pages
|
|