Results 1 to 2 of 2

Thread: Debug flag enabled

  1. #1

    Default Debug flag enabled

    In Spring Framework reference - part 3. The IoC container, in Constructor argument name section is written:
    "...your code must be compiled with the debug flag enabled so that Spring can look up the parameter name from the constructor."
    I was testing the code and it runs.

    So my question is: Is debug flag enabled by default? How should I disable it?

    Thank you
    Boris Michalko

  2. #2

    Default

    Ask the java compiler settings of your favorite build tool, open a terminal and enter javac -help, or take a look at http://download.oracle.com/javase/6/...ows/javac.html

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •