Question: Setting System Property Value in Eclipse
From: Steve Stephens (s.stephens_at_ieee.org)
Date: 12/18/03
- Next message: Tim Tyler: "Re: Target VM Microsoft? or Java Lint to check for MS VM compatibility?"
- Previous message: Alexander Demenchuk: "[ANN] The Beaver Parser Generator v0.9.0"
- Next in thread: P.Hill: "Re: Question: Setting System Property Value in Eclipse"
- Reply: P.Hill: "Re: Question: Setting System Property Value in Eclipse"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 18 Dec 2003 10:53:39 GMT
Anyone know how to set a system property value
( -Dproperty=value
Set a system property value. If value is a string that contains spaces, you
must enclose the string in double quotes:
java -Dfoo="some string" SomeClass )
on an Eclipse Launch Configuration?VAJ had a TextEditor in the
Program tab of the class properties to do this?-Dfoo="some string" in the
Eclipse program arguments is passed as a program argument.TIA Steve Stephens
- Next message: Tim Tyler: "Re: Target VM Microsoft? or Java Lint to check for MS VM compatibility?"
- Previous message: Alexander Demenchuk: "[ANN] The Beaver Parser Generator v0.9.0"
- Next in thread: P.Hill: "Re: Question: Setting System Property Value in Eclipse"
- Reply: P.Hill: "Re: Question: Setting System Property Value in Eclipse"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|