Importing sound Class [message #458817] |
Wed, 02 June 2010 00:34 |
meteo
Messages: 89 Registered: April 2010 Location: beirut
|
Member |
|
|
hi, My technical environment is: Winxp, dev9i AS vers9.0.2, Jinit vers1.3.1.9, OracleDB9i.
I created a sound,java file using Oracle9i JDeveloper, I compile it and the result is:
" Compiling...
D:\Dev9i\jdev\Workspace\Workspace5\sound\src\oracle\forms\fd\Sound.java
Successful compilation: 0 errors, 0 warnings."
I deploy sound.java to sound,jar and the deployed process is completed Successfully.
I also executed all the configuration steps required to use this class from "Orale9i form builder" and it's ok
The problem is:
When I tried to import "sound" class from "Oracle9i form builder" by clicking
Program----> Import Java Class-----> Oracle.forms.fd.sound
Then an error has occurred:
Importing Class oracle.forms.fd.Sound...
Exception occurred: java.lang.NoClassDefFoundError: oracle/forms/ui/VBean
Anyone can help me to solve this problem??? Thank you.
|
|
|
Re: Importing sound Class [message #458886 is a reply to message #458817] |
Wed, 02 June 2010 06:09 |
gregor
Messages: 86 Registered: March 2010 Location: Germany
|
Member |
|
|
Hi meteo,
please check the "FORMS_BUILDER_CLASSPATH" in the Win-registry. Normally it points to %ORACLE_HOME%\forms\java . The VBean.class is in the file "frmall.jar".
GG
|
|
|
Re: Importing sound Class [message #458967 is a reply to message #458886] |
Wed, 02 June 2010 13:58 |
meteo
Messages: 89 Registered: April 2010 Location: beirut
|
Member |
|
|
thank you a lot Mr,.
ok i understand what you have suggested, but i dont have "frmall.jar" in "%ORACLE_HOME%\forms\java" maybe beacause i m using Oracle9i_Forms_builder vers9.0.2 and "frmall.jar" is found in Dev10g. anyway if u have this file can u send it to me? perhaps if i put it in the directory "%ORACLE_HOME%\forms\java" it solve my problem!!
|
|
|
|
|
|
|
|
|