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