This is the mail archive of the java-discuss@sources.redhat.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: Java properties


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

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