Import sound class Error from Oracle9i form builder

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • meteo
    New Member
    • May 2010
    • 1

    Import sound class Error from Oracle9i form builder

    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\W orkspace\Worksp ace5\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.NoCla ssDefFoundError : oracle/forms/ui/VBean

    Anyone can help me to solve this problem??? Thank you.
Working...