On Jan 25, 2010, at 4:15 PM, Tim Kliewer wrote: > Thanks Chuck! > > I figured it out minutes after I sent my plea for help ... and I was using > that page for guidance. > > My only problem with that page was that there were some "connections" implied > but not spelled out. I will try to add a comment that would make it clearer > to a caveman like me!
Don't do comments. Nobody reads them. Get a Jira/Confluence account and just change the page! :-) http://issues.objectstyle.org/jira/secure/Signup!default.jspa Dave > > TNK > > On Jan 25, 2010, at 1:07 PM, Chuck Hill wrote: > >> Hi Tim, >> >> >> >> On Jan 25, 2010, at 12:51 PM, Tim Kliewer wrote: >> >>> Hi all, >>> >>> I'm still somewhat new to eclipse, so I need some help... >>> >>> How do I set the JVMOptions property that is used at launch time in a >>> deployed application? >>> >>> I expect it is in the classpath file, MacOSClassPath.txt in particular. Or >>> is this old school and it is somewhere else now? >>> So, how do I get it set in that file without editing that file prior to >>> deployment? >> >> >> The mother lode: >> http://wiki.objectstyle.org/confluence/display/WOL/WOApplication >> >> Specifically: >>> jvmOptions String for the JVM options in the classpath. >> >> >> In your build.properties add a line like: >> jvm.options=foo >> >> Edit the build.xml file, and change this: >> <woapplication name="${build.app.name}" etc etc etc >> >> to: >> >> <woapplication name="${build.app.name}" jvmOptions=${jvm.options} etc etc etc >> >> >> Chuck >> >> -- >> Chuck Hill Senior Consultant / VP Development >> >> Practical WebObjects - for developers who want to increase their overall >> knowledge of WebObjects or who are trying to solve specific problems. >> http://www.global-village.net/products/practical_webobjects >> >> >> >> >> >> >> > > > Tim Kliewer > WWBI Software Engineering > Apple, Sacramento Operations > MS: 204-50 Tel: (916) 399-5101 > 2911 Laguna Blvd Cell: (916) 717-8748 > Elk Grove, CA 95758 E-mail: [email protected] > > > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/webobjects-dev/webobjects%40avendasora.com > > This email sent to [email protected] > > _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
