How to Access a class outside a package

Hi All, Can you pls tell me how can i access class which is outside the package. Thanks!!Rgds,
[115 byte] By [RSriha] at [2007-9-30 18:05:09]
# 1
import the package that contains the class you want to access.import org.w3c.dom.*;for example or to be specific for Elementimport org.w3c.dom.Element;
Martin3 at 2007-7-6 18:35:46 > top of Java-index,Administration Tools,Sun Connection...