Close
jGuru Forums
Posted By: Chetan_Jain Posted On: Monday, April 25, 2005 04:10 AM
how can i import a java .class file , if the .class file does not belong to any package. normally we use <% page import="packagename.classname"%> to import a class file, and place the class file in the web-inf/classes dir of the tomcat.... but how i can import the class not belonging to any package....
Re: importing the java class
Posted By: vinay_salehithal Posted On: Monday, April 25, 2005 06:44 AM