Re: How to set jvmOptions for an eclipse project?
Re: How to set jvmOptions for an eclipse project?
- Subject: Re: How to set jvmOptions for an eclipse project?
- From: Chuck Hill <email@hidden>
- Date: Mon, 25 Jan 2010 13:07:45 -0800
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
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden