在JAVA中 System.getProperty 和 System.setProperty 方法.

來源:互聯網
上載者:User

今天著手研究TOMCAT原始碼.

在剛開始的時候Startup類中init方法中調用很多次System.getProperty和System.setProperty的方法.

後來經過網上搜尋才得知,這是對作業系統變數操作的方法.

System還提供一個靜態方法 System.getProperties(). 這個方法可以羅列出你系統的全部變數.

調用System.getProperties() 的結果是.

 

, com.ibm.util.extralibs.properties=, java.vm.specification.vendor=Sun Microsystems Inc., user.variant=, java.awt.fonts=, os.name=Windows XP, sun.java2d.fontpath=, java.jcl.version=20081016a, sun.jnu.encoding=Cp1252, java.library.path=C:/Program Files/IBM/Java50/jre/bin;.;C:/Program Files/ThinkPad/Utilities;C:/WINDOWS/system32;C:/WINDOWS;C:/WINDOWS/System32/Wbem;C:/Program Files/IBM/Infoprint Select;C:/Notes;C:/Program Files/XLView;C:/lotus/compnent;C:/Utilities;C:/Program Files/IBM/Personal Communications/;C:/Program Files/IBM/Trace Facility/;

 

這裡我可以調用 System.getProperties("os.name")方法來得到 Windows XP.

可以判斷當前使用的作業系統是什麼作業系統.

我們也可以用此方法可以得到一些classpath還有一些其他需要的屬性.

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.