-
Mar 30th, 2011, 06:37 AM
#1
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
-
Mar 30th, 2011, 07:56 AM
#2
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
-
Forum Rules