[ milance82 @ 14.03.2012. 18:37 ] @
Da li moze neko da mi objasni kako da instaliram Oracle forms biblioteke u netbeans, konkretno potrebne su mi sledece biblioteke:
•oracle.forms.ui.VBean
•oracle.forms.handler.IHandler
•oracle.forms.properties.ID
[ bantu @ 15.03.2012. 07:21 ] @
Evo šta google kaže:

Citat:

Some of he imported classes are Forms specific and are not available in JDeveloper by default. You need to add these classes by creating a custom library in JDeveloper that points to the f90all.far file located in the <ORACLE_HOME>/forms90/java/ directory (versions 9.0.2 and 9.0.4) or in the <ORACLE_HOME>/forms/java/ directory (version 10.1.2), where It is named to frmall.jar.


Nađi taj jar file i dodaj ga na classpath, u NetBeans-u bi to trebalo biti jednostavno samo klikni desnim dugmetom tamo u onom stablu projekta na libraries i ako se ne varam onda idi na "add jar/folder" i to bi trebalo da bude to.
[ milance82 @ 17.03.2012. 14:40 ] @
Hvala na odgovoru.