Re: Set java system properties based from properties file instead of command line?
Paul Bailey <[email protected]>
| Newsgroups | gmane.comp.lang.as400.java |
|---|---|
| Message-ID | <CAPVWgGmj749_UpEB81aDomFJSF1S=trLqwta6uZkG=iE=xRCPA@mail.gmail.com> |
Which version of Java are you using? Oracle's v9 can specify "argument files" using @path/file on the command-line. It sounds like you want to specify a file rather than pick up the system default: https://docs.oracle.com/javase/9/tools/java.htm#JSWOR-GUID-BE93ABDC-999C-4CB5-A88B-1994AAAC74D5 But Justin's answer is good, and you can extend it slightly by specifying a different user profile to run different Java - as long as each has a system.properties file in their home folder then you can choose which you want that way. On Fri, 15 Mar 2019 at 13:40, Justin Taylor <[email protected]> wrote: > You mean like this? > https://www.ibm.com/support/knowledgecenter/ssw_ibm_i_73/rzaha/sdpropf.htm > > > > -----Original Message----- > From: David Gibbs via JAVA400-L [mailto:[email protected]] > Sent: Thursday, March 14, 2019 3:24 PM > To: [email protected] > Cc: David Gibbs <david-Zwy7GipZuJhWk0Htik3J/[email protected]> > Subject: Set java system properties based from properties file instead of > command line? > > Folks: > > Does anyone know if there is a way to invoke Java code (on the i or not) > so that system properties are loaded from a property file instead of the > command line? > > What I want to do is avoid using -Dproperty=value or PROP((property > value)) and just specify a property file that all those system properties > would be specified in. > > Thanks! > > david > > -- > IBM i on Power Systems: For when you can't afford to be out of business! > > I'm riding 615 miles (Yes, you read that right) in the American Diabetes > Association's Tour de Cure to raise money for diabetes research, education, > advocacy, and awareness. You can make a tax-deductible donation to my ride > by visiting https://mideml.diabetessucks.net. > > You can see where my donations come from by visiting my interactive > donation map ... https://mideml.diabetessucks.net/map (it's a geeky > thing). > > I may have diabetes, but diabetes doesn't have me! > > -- > This is the Java Programming on and around the IBM i (JAVA400-L) mailing > list > To post a message email: [email protected] > To subscribe, unsubscribe, or change list options, > visit: https://lists.midrange.com/mailman/listinfo/java400-l > or email: JAVA400-L-request-+hD5IHI5Xscn3HwCXmMcX9BPR1lH4CV8@public.gmane.org > Before posting, please take a moment to review the archives > at https://archive.midrange.com/java400-l. > > Help support midrange.com by shopping at amazon.com with our affiliate > link: https://amazon.midrange.com > -- This is the Java Programming on and around the IBM i (JAVA400-L) mailing list To post a message email: [email protected] To subscribe, unsubscribe, or change list options, visit: https://lists.midrange.com/mailman/listinfo/java400-l or email: JAVA400-L-request-+hD5IHI5Xscn3HwCXmMcX9BPR1lH4CV8@public.gmane.org Before posting, please take a moment to review the archives at https://archive.midrange.com/java400-l. Help support midrange.com by shopping at amazon.com with our affiliate link: https://amazon.midrange.com