Posted By:
Trupti_Mehta
Posted On:
Monday, June 19, 2006 06:37 AM
I want to compile all my files of the project, developing in NetBeans using javac -Xlint:all. Some of my files gives me warning msg on compilation - to compile with -Xlint as unsafe code is used. I can accomplish the same using command prompt. I want to know how, where can I set this.
How can i accomplish this in netbeans?
Thanks
Trupti