This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Properties



> The trick with 3 is to come up with some standard variable names.
> Unfortunately, you can't use `.' in environment variables on some
> systems.  What to do?  Replace them with `_' so, maybe, GCJ_java_home
> maps to java.home?

How about a single env var which has the format

	property.name=value property.name=value ...

so we can avoid cluttering the env var namespace? Call it GCJ_PROPERTIES.

Matt Welsh

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]