| Author |
Exception when compiling a jsp page in OracleJDeveloper9.0.3
|
Rajendar Goud
Ranch Hand
Joined: Mar 06, 2002
Posts: 220
|
|
Hi , i am compiling a jsp page in ORARCLEJDEVELOPER9.0.3 IDE. am getting in the following error. Error:method handlePageException(java.lang.Throwable)not found in class javax.servlet.jsp.PageContext can anyone pls help out? rgds Raj
|
 |
Avi Abrami
Ranch Hand
Joined: Oct 11, 2000
Posts: 1112
|
|
Hi Raj, I'm only guessing, but it looks like the version of OC4J that's embedded in your version of JDeveloper does not support the "handlePageException(Throwable)" method. As far as I can tell, this method was introduced in J2EE 1.3. So I guess your JDeveloper only supports the "handlePageException(Exception)" method. I suppose this is not sufficient for your purposes, eh? I see there is a 9.0.3.3 Maintenance Release of JDeveloper available for download from Oracle's Technet Web site. Perhaps this will fix your problem? (Since I don't use JDeveloper, I can't say for sure :-) Good Luck, Avi.
|
 |
 |
|
|
subject: Exception when compiling a jsp page in OracleJDeveloper9.0.3
|
|
|