com.rsx.A.B.file two.java should have

"import com.rsz.A.B.C.file three"

The package statement for each file should reflect the package it is actually a member of:
(e.g. for file two, com.rsz.A.B, etc.)


Hope that helps,
-J

At 10:55 AM 2/25/2005, you wrote:
Greetings there,

i would request someone to explain how to go about
three level package management?

lets say we are at com.rsz, CLASSPATH has current
directory '.'

The hierearchy is as follows:
com.rsz.A (has a file one.java)
com.rsz.A.B (has a file two.java)
com.rsz.A.B.C (has a file three.java)

AIM:one.java calls two.java, two.java calls three.java

how to go about the 'package' statement and 'import'
statements in two.java file?


hope i am clear....i have been trying for some time but could not get thru! the error comes while calling

thanks,
rohit.

=====
NAMASTE, i honour the spirit in you which is also in me.
```````````````````````````````````````````````````````
http://www.geocities.com/rohitsz2

|Anytime you feel i need to understand|
|a concept before i am eligible to get|
|an answer i would be happy to know.  |
^*************************************^



__________________________________
Do you Yahoo!?
Yahoo! Mail - Easier than ever with enhanced search. Learn more.
http://info.mail.yahoo.com/mail_250

_______________________________________________
Java mailing list
[email protected]
http://mail.jug-delhi.org/mailman/listinfo/java_jug-delhi.org

----^-------^------^--------^-------^ Jon Boutelle Principal, Uzanto Consulting San Francisco, CA

Phone: 510-708-9825
urls: www.uzanto.com
www.jonathanboutelle.com
----^-------^------^--------^-------^



_______________________________________________
Java mailing list
[email protected]
http://mail.jug-delhi.org/mailman/listinfo/java_jug-delhi.org

Reply via email to