• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

OracleJspRuntime class

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey everyone,
we recently migrated from Oracle8i to Oracle9i. This means it's appropriate to also migrate the Oracle Client from 8i to 9i. This leads to installing the Oracle9i Developer Suite.
Here the problems started. Previous JSP developement tool was JDeveloper 3.2. When I loaded the project that was created in previous JDeveloper into the new 9i JDeveloper everything worked fine. Then I recompiled the project without changes - it worked, except some not found methods in custom Beans. Then I made some changes to JSP's and sudenly an error occured:
Error: method extraHandlePCFinally(javax.servlet.jsp.PageContext, boolean) not found in class oracle.jsp.runtime.OracleJspRuntime
I was unable to get rid of this error message, so If anybody had such an experience and solved the problem, please make a reply.
I also tried to add/remove some libraries and class paths - nothing works. I'm using the Oracle cos.jar file, which contains all needed classes, but the OracleJspRuntime does not have the extraHandlePCFinally method (what is this supposed to do anyway??).
I'd appriciate any help on this.
 
If you have a bad day in October, have a slice of banana cream pie. And this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic