You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Adress, David S." <Da...@pfizer.com> on 2000/12/11 19:25:01 UTC

How do you compile ?

I have a util.java that has a function get_html_header to return "<HTML>
etc..."
I would like to call that function from inside another servlet...

Other Servlet:

Package util;

util.get_html_header()


How do I compile this servlet so it should know what & where that function
is?