Related JSPs

hello all

I have created a web application and it contains a jsp named abc.jsp.I am calling a java program myjava.java from within abc.jsp.Now myjava.java class extends another class extended.java.

This extended.java class is inside a jar file named myjar.jar.

The abc.jsp is compiled fine but at runtime when i call abc.jsp it gives

"unable to compile jsp" error and states that it could not find extended.java class.Can anyone please give some idea?Is it that any jar that is reference HAS to be placed in the web-inf/lib folder?Currently I am noy having extended.jar in lib folder.It is located in another project in my workspace.

[664 byte] By [Raaj_Rock_n_Rulesa] at [2007-11-27 9:44:48]
# 1
yes, if you are getting a missing class error java needs that class to continue. you will need to add it to your project (either that class file or the whole jar).good luck!
den2681a at 2007-7-12 23:52:15 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...