由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - java里面怎么得到一个系统的环境变量?
相关主题
使用JAVA的一则经验和教训请教一个java问题
JavaBean variable name standardPHP/JSP/ASP等页面语言应该被慢慢抛弃了吧? (转载)
how to solve the problem: the members change by each other .求一个java DateTime类库推荐
问一个java的面试题 (转载)今天笔试时候有一两个地方没答上来,有些不爽
问一个弱问题,大虾帮忙大家开发web的项目写jsp都用什么软件呢?Eclipse?
Who's online--JSP?Akka 的 UntypedActorFactory已经deprecated,求解
CruiseControl: out of memory problemHibernate 问题:deprecated javax.persistence.spi.PersistenceProvider
spring Annotation based configuration有没有人对BCEL(JavaClass)比较熟?
相关话题的讨论汇总
话题: 环境变量话题: java话题: deprecated话题: variables话题: slif
进入Java版参与讨论
1 (共1页)
w***y
发帖数: 6251
1
譬如得到一个环境变量SLIF?
thx
m******t
发帖数: 2416
2

There is System.getEnv(), but it's deprecated since 1.2 - now in the new 5.0
it's been de-deprecated again. 8-)

【在 w***y 的大作中提到】
: 譬如得到一个环境变量SLIF?
: thx

c*****s
发帖数: 214
3
不好整。getenv会抛出异常的。
还是启动程序时用 -D去传吧。

【在 w***y 的大作中提到】
: 譬如得到一个环境变量SLIF?
: thx

xt
发帖数: 17532
4

Oh? That's better. I hate the fact that java cannot read environmental
variables.

【在 m******t 的大作中提到】
:
: There is System.getEnv(), but it's deprecated since 1.2 - now in the new 5.0
: it's been de-deprecated again. 8-)

m******t
发帖数: 2416
5

5.0
Well, I guess they took it out before because env variables are hardly
platform neutral, then eventually they realized everybody has to write a shell
script to convert the env variables to properties in order to start a java
program, and then shell scripts are kinda hard to be platform neutral
anyway...

【在 xt 的大作中提到】
:
: Oh? That's better. I hate the fact that java cannot read environmental
: variables.

h**j
发帖数: 2033
6
System.getProperty("SLIF")

【在 w***y 的大作中提到】
: 譬如得到一个环境变量SLIF?
: thx

1 (共1页)
进入Java版参与讨论
相关主题
有没有人对BCEL(JavaClass)比较熟?问一个弱问题,大虾帮忙
问个最基本问题Who's online--JSP?
JSP+SERVLET网站一般用下面方式来保存和传递变量和参数CruiseControl: out of memory problem
如何改变文件对话框的缺省目录spring Annotation based configuration
使用JAVA的一则经验和教训请教一个java问题
JavaBean variable name standardPHP/JSP/ASP等页面语言应该被慢慢抛弃了吧? (转载)
how to solve the problem: the members change by each other .求一个java DateTime类库推荐
问一个java的面试题 (转载)今天笔试时候有一两个地方没答上来,有些不爽
相关话题的讨论汇总
话题: 环境变量话题: java话题: deprecated话题: variables话题: slif