Hello!
I have a JSP page that calls a native function. As we all know, to call
a native code a header file needs to be created, and javah command is
used to generate the .h file. But here, I don't have .class file as I
directly put the .jsp file in <server_root>/public_html (in JWS2.0). How
do I compile my .jsp to get .class file so that I can generate .h file?

Any comments would be appreciated.
Regards,
Manish Bhatnagar

--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Live-Your-Dream~~~~
Obstacles are things a person sees when he takes his eyes off his goal.

-E. Joseph Cossman

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to