Java开发网 Java开发网
注册 | 登录 | 帮助 | 搜索 | 排行榜 | 发帖统计  

您没有登录

» Java开发网 » Java SE 综合讨论区  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
flat modethreaded modego to previous topicgo to next topicgo to back
作者 Re:郁闷地问:JDK1.3以后如何读取主机上(e.g. UNIX下)环境变量的值 [Re:hitaco]
safe





发贴: 37
积分: 0
于 2003-12-17 14:25 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
How about try this:
import java.util.*;

public class SystemProperties {
public static void main(String[] args) {
Properties pros = System.getProperties();
Enumeration emu = pros.propertyNames();

while(emu.hasMoreElements()) {
String key = (String)emu.nextElement();
String value = System.getProperty(key);
System.out.println(key + " = " + value);
}
}
}




初学者与<书>

话题树型展开
人气 标题 作者 字数 发贴时间
5636 郁闷地问:JDK1.3以后如何读取主机上(e.g. UNIX下)环境变量的值 zls 62 2003-12-12 23:31
5034 Re:郁闷地问:JDK1.3以后如何读取主机上(e.g. UNIX下)环境变量的值 wlai 122 2003-12-17 11:37
5115 Re:郁闷地问:JDK1.3以后如何读取主机上(e.g. UNIX下)环境变量的值 hitaco 20 2003-12-17 12:10
5601 Re:郁闷地问:JDK1.3以后如何读取主机上(e.g. UNIX下)环境变量的值 safe 475 2003-12-17 14:25
5095 Re:郁闷地问:JDK1.3以后如何读取主机上(e.g. UNIX下)环境变量的值 zls 283 2003-12-18 12:50
4993 Re:郁闷地问:JDK1.3以后如何读取主机上(e.g. UNIX下)环境变量的值 murphys 806 2003-12-22 10:12
5188 Re:郁闷地问:JDK1.3以后如何读取主机上(e.g. UNIX下)环境变量的值 Biubiu 541 2003-12-24 12:56
4939 Re:郁闷地问:JDK1.3以后如何读取主机上(e.g. UNIX下)环境变量的值 taphoon 1362 2003-12-22 12:34
4995 Re:郁闷地问:JDK1.3以后如何读取主机上(e.g. UNIX下)环境变量的值 zls 37 2003-12-24 00:56
4940 Re:郁闷地问:JDK1.3以后如何读取主机上(e.g. UNIX下)环境变量的值 zls 20 2003-12-27 01:32
5098 Re:郁闷地问:JDK1.3以后如何读取主机上(e.g. UNIX下)环境变量的值 whisperwind 134 2003-12-28 00:47

flat modethreaded modego to previous topicgo to next topicgo to back
  已读帖子
  新的帖子
  被删除的帖子
Jump to the top of page

   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923