Hello,
I am using JDeveloper 11.1.1.6.0.
My application references a .jar from third party.
I need to debug inside a java class from this jar. Is there a way to achieve this?
I have tried this tutorial
http://technology.amis.nl/2010/04/03/adf-11g-debugging-task-flows-embedded-from-adf-libraries-using-source-code-jars/
step 4. inside the Create Fusion Web Application using the ADF Library category.
However, when i open the class file from the .jar it still shows up only the definitions of the methods. I cannot set a breakpoint inside the content of a method.