• 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
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Calling reports from jsp

 
Ranch Hand
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
dear all....

I am trying to call a report, from a JSP page, that's th steps i did:

1- I created the report with Oracle Reports

2- I saved it as .jsp 'Wos.jsp'

3- I integrated it in a new project, under Jdevelopper, i added the library, reports_tld.jar, to the classpath,

4- I made a new page, with a link to the Wos.jsp


The problem looks to be simple, when i Run that Wos.jsp, i have these messages .....


Error(1): java.lang.ClassNotFoundException: oracle.reports.jsp.ReportTagExtraInfo

Error(2): Impossible de charger la classe taghandler : reports_tld.jar


does any one have any idea?

regards!
 
Ranch Hand
Posts: 69
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Did you try to find the missing JAR files and include it the your current project's classpath? might be a first thing to do.
 
fethi makhlouf
Ranch Hand
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Of course I did, but i am still having this message!
 
There's a way to do it better - find it. -Edison. A better tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic