Link to home
Start Free TrialLog in
Avatar of softtalk
softtalk

asked on

How to convert oracle 6i reports to oracle 9i report in jsp format to show in browser through AS

hi,

my problem is, how to convert 6i reports in 9i jsp format or html format to show in internet browser.
Avatar of musdu
musdu

Hi,

reports6i can generate reports in pdf format and you can display pdf in an internet browser.

regards.
6i report are compatible with 9i, just run them with the rwservlet applet in 9iAS.
Avatar of softtalk

ASKER

i want to show my oracle rdf file output which is given in htmlcss in the java JEditorPane

but java does not support htmlcss what should i do?
Of course you can't display html in a java only window, you must use a browser and a report server and issue a url such as:

http://ASserver:7779/reports/rwservlet?key&report=report.rdf&server=Rep_reportserver&destype=cache&desformat=HTMLCSS

how can i show my rtf file in java?

ASKER CERTIFIED SOLUTION
Avatar of rogerperkins
rogerperkins

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial