How to Access a class outside a package which is friendly to the package

Hi All, i hav a class which has friendly scope in package X. how do i access it from a class in package Y without declaring it as public.Rgds,
[164 byte] By [RSriha] at [2007-9-30 18:05:11]
# 1
what do you mean by freindly?
Martin3 at 2007-7-6 18:35:48 > top of Java-index,Administration Tools,Sun Connection...
# 2
Hmm. If it is friendly in X, you can access it only from X. There is no way you can access it from Y.
iu_chief at 2007-7-6 18:35:48 > top of Java-index,Administration Tools,Sun Connection...