You must define the JAVA_HOME env var for the system and not for a specific user.If you can't do it, assign the JAVA_HOME env var to the user that run the Continuum service
Emmanuel On Mon, Apr 6, 2009 at 10:01 PM, Morgovsky, Alexander (US - Glen Mills) < [email protected]> wrote: > Thanks. I am using Windows Server 32bit. And I am starting Continuum as a > service, so I am not sure which script to update. > > -----Original Message----- > From: Wendy Smoak [mailto:[email protected]] > Sent: Monday, April 06, 2009 3:39 PM > To: [email protected] > Subject: Re: Changing JAVA_HOME for Continuum 1.2.3 > > On Mon, Apr 6, 2009 at 11:46 AM, Morgovsky, Alexander (US - Glen > Mills) <[email protected]> wrote: > > > I installed continuum-1.2.3 in my environment. > > > > I need to have multiple Java JRE's running on my machine. Is there a way > I can set JAVA_HOME inside the Continuum namespace, so no other JAVA > instances in my environment will be affected? > > Set it before you start Continuum, for example: > > export JAVA_HOME=/path/to/jdk > ./continuum start > > (It doesn't have to be there in your login environment, such as in > ~/.bash_profile.) > > If that doesn't work, post more information about your environment. What > OS? > > -- > Wendy > > > This message (including any attachments) contains confidential information > intended for a specific individual and purpose, and is protected by law. If > you are not the intended recipient, you should delete this message. > > Any disclosure, copying, or distribution of this message, or the taking of > any action based on it, is strictly prohibited. [v.E.1] > >
