JAVA implementation Class in Forms 9i
422906Jun 13 2004 — edited Jun 13 2004I have a Form where i'm using the progressbarJPC from de Oracle Forms90 demo's.
To get this work I have to modify the Formsweb.cfg with progressbar.jar. That works.
In developer there's an entrie implementation Class on the bean where i have to write "oracle.forms.demos.ProgressBarPJC"
Thats also working. Now my question.
I develop on W2000 and deploy on Linux with AS9i.
To getting forms work on Linux i have to compile the code again.
On linux there are no folders containing the OracleForms demo's.
How can ik deploy that kind of classes on Linux?
Do I have to compile the source again on linux in de folder forms90/java. What to do with the implementation class "oracle.forms.demos.ProgressBarPJC" ?
Hugo Perfors