| Java FAQ | ||
| JSP FAQ | ||
| Servlet FAQ | ||
XyzWs Java FAQ:
How to import classes that are in the 'default' package?
Printer-friendly version |
Mail this to a friend
|
Advertisement
|
How to import classes that are in the 'default' package?In JDK 1.4 it is not possible. You MUST put your classes in packages if you plan to import them. According to Incompatibilities Between Java 2 Platform, Standard Edition, v1.4.0 and v1.3:
|