Properties
Matt Welsh
mdw@cs.berkeley.edu
Mon Sep 13 09:13:00 GMT 1999
> 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
More information about the Java
mailing list