importing class to jsp from outer project and calling a method
alex kravits
Greenhorn
Joined: Aug 22, 2012
Posts: 1
posted
0
Hi for all good people on this site. I have a project that i need to write a web interface for it, which can call some methods in classes of the existing project. I wrote a jsp and imported a classes that i need to call methods in them. Also i know that to import classes i must to add a class jar to web-inf directory or to add whole existing project to class-path. but when i am trying to import instantiate with i get