Forms 6i java bean [message #86168] |
Mon, 06 September 2004 13:11 |
JuanK
Messages: 2 Registered: September 2004
|
Junior Member |
|
|
Hello,
please helpme..
y triying to use a java bean that is a calendar (just like dtpicker calendar in vbasic)
i use the java class importer and generates the rigth procedures but i can not asign the java bean to the forms java bean area they say that not found the class in the location.. but i already copy and paste all calendar java bean class in all classpath enviroment variable location...
wath can i do?
please helpme with its...
TX...
PD: sorry but i dont speak in english.
|
|
|
|
Re: Forms 6i java bean [message #86194 is a reply to message #86168] |
Wed, 08 September 2004 00:53 |
Himanshu
Messages: 457 Registered: December 2001
|
Senior Member |
|
|
Hi,
1. Check whether the bean Implementation class Exists or not.
For eg: If you are trying the GetClientInfo make sure you have put the
GetClientInfo.jar in the C:Oracleforms60java
2. Make sure, the ORACLE_HOMEjdkbin should be first in the PATH for the
form builder otherwise it throws error FRM-13008 Cannot find class...
3. This could be Bug#1806515(Check at Metalink).
4.Install patchset 15 for Forms.
HTH
Regards
Himanshu
|
|
|