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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mscano

    Sorting system properties

    I am interested in knowing how to sort a Properties object. When compiling the following lines of code: Map prop = System.getProperties(); TreeMap tm = new TreeMap(prop); I get the following error: Note: E:\Java\src\PropertiesExample.java uses unchecked or unsafe operations...

Part and Inventory Search

Back
Top