• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to set jvmOptions for an eclipse project?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: How to set jvmOptions for an eclipse project?
      • From: Tim Kliewer <email@hidden>
References: 
 >How to set jvmOptions for an eclipse project? (From: Tim Kliewer <email@hidden>)

  • Prev by Date: Re: Port 443 appending
  • Next by Date: Re: Port 443 appending
  • Previous by thread: How to set jvmOptions for an eclipse project?
  • Next by thread: Re: How to set jvmOptions for an eclipse project?
  • Index(es):
    • Date
    • Thread