Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
1) What classpath i should set? both. set your classpath to pkg1 AND pkg2
for SUPERCLASS: public class SUPERCLASS { for SUBCLASS: import pkg1; public class SUBCLASS extends SUPERCLASS { *or* public class SUBCLASS extends pkg1.SUPERCLASS {
??? Replies:
|
Sponsored Links
|