2

I need to start my adf application with "-Djbo.debugoutput=console."

How can i do it? I am using jdevloper 11.1.1.6

Brian Robbins
  • 290
  • 3
  • 17
user3657868
  • 59
  • 1
  • 9

1 Answers1

5

All you need to do is add the above string as a Java Option into the Run/Debug configuration.

enter image description here enter image description here

enter image description here

Endrik
  • 2,238
  • 3
  • 19
  • 33