Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recompile with -Xlint:unchecked for details

Status
Not open for further replies.

Eytch

Programmer
Jan 29, 2003
60
0
0
US
When I compile my tester program I receive the following:

Note: Recompile with -Xlint:unchecked for details.

Tool completed successfully

Can anyone tell me how to set this unchecked for details?

Thanks,
Eytch
 
you need to add " -Xlint:unchecked $File" (white spaces included) to your parameters field in your compiler.

I'm not sure what compiler you are using, but this information comes from me using the lastest version of Textpad. You find it in there in configure->preferences->tools->compile java
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top