| Author |
How Can I load a class inside my Context
|
Milthon
Greenhorn
Joined: Sep 18, 2002
Posts: 3
|
|
I placed the class inside /WEB-INF/classes/ directory.. and when tried to show the jsp file up, it doesn�t find the class... is there a way for loading this class?... please.. look forward to hearing from you thanks
|
 |
Anthony Villanueva
Ranch Hand
Joined: Mar 22, 2002
Posts: 1055
|
|
|
Try creating a package for your class and import it in your JSP.
|
 |
Milthon
Greenhorn
Joined: Sep 18, 2002
Posts: 3
|
|
I did that, buy anyway it doesn�t work... Do you know about a class loader ?... thanks
|
 |
 |
|
|
subject: How Can I load a class inside my Context
|
|
|