Java properties

Jeff Sturm jsturm@detroit.appnet.com
Thu Jul 20 16:25:00 GMT 2000


Tom Tromey wrote:
> Andrew> Is there some way to set properties at runtime for executables
> Andrew> built with gcj?
> 
> gcj -Dmyproperty=foo --main=... -o program *.o

You can also use gij to set properties at runtime:

gij -Dfoo=bar MyApp

--
Jeff Sturm
jeff.sturm@appnet.com


More information about the Java mailing list