Feb 3, 2003 #1 okprog Programmer Feb 3, 2003 3 DE i'm new in jsp. is it pssible to <%@ import="JAVAFILE" %> or have i create packages to import just one file. this file refers to other javas, which are stored in the classes folder of MYAPPL with tomcat 4.1.18 . thanks in advance ok
i'm new in jsp. is it pssible to <%@ import="JAVAFILE" %> or have i create packages to import just one file. this file refers to other javas, which are stored in the classes folder of MYAPPL with tomcat 4.1.18 . thanks in advance ok
Feb 8, 2003 #2 pazhanikanthan Programmer Aug 20, 2001 34 IN It is not neccessary for you to create packages... If the Class file is under the Folder /Tomcat/webapps/<Appln-Name>/WEB-INF/classes/YourClassFile then you can import it as <%@ import="YourClassFile"%> Upvote 0 Downvote
It is not neccessary for you to create packages... If the Class file is under the Folder /Tomcat/webapps/<Appln-Name>/WEB-INF/classes/YourClassFile then you can import it as <%@ import="YourClassFile"%>