forms - java class not found - where to find it?
Hello -
I am trying to use a java class that contains the StringBuilder method. Within, JDeveloper it compiles and runs fine.
Within forms runtime, I get this Exception message:
java.lang.Exception: java.lang.NoClassDefFoundError: java/lang/StringBuilder
Could anyone provide me with a suggestion as to what I can do?
I have already imported java.lang.String and java.lang.Exception classes.
Thank you in advance.