This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Passing a system property at run time
- From: Shaun Jackman <sjackman at gmail dot com>
- To: java at gcc dot gnu dot org
- Date: Tue, 10 Jan 2006 15:18:03 -0700
- Subject: Passing a system property at run time
- Reply-to: Shaun Jackman <sjackman at gmail dot com>
Is it possible to pass a system property at run time a gcj-compiled
application? Esentially I'm looking to pass a -Dfoo=bar option, but
since gij is not in the picture, I have no-one to whom to pass the -D
option.
For one, I was hoping there might be a common config file of system
properties that every Java application loads at startup. This is
probably not the case, but I thought I'd ask.
Please cc me in your reply. Thanks,
Shaun