Hi Wayne,

I must thank you for this. I didn't think of that - for general use.
However, Devplus launches from within the Remedy admin tool. I think I know
how to workaround it though. What I'll try is to use the 1.4.2 as the
general jre on my machine (i.e. set the system variable to point to 1.4.2)
and "force" the other program which needs 1.6 in this manner. Let you know
how that works (in case others are interested).

Camille.

On 8/3/07, Wayne Keenan <[EMAIL PROTECTED]> wrote:
>
> ** In general you can 'force' a java version by setting the PATH and
> JAVA_HOME variavles in a shell script just before execcuting the target
> binary.  (this typically works fine unless the app has configuration
> paramters of it own, e.g. from a config file or does registry lookups)
>
> so you could create a cmd file:
>
> set JAVA_HOME=c:\myjava
> set PATH=%JAVA_HOME%\bin;%PATH%
> myapp.exe
>
> hope that helps.
>
> On 03/08/07, Camille <[EMAIL PROTECTED]> wrote:
> >
> > ** Hello Listers,
> >
> > Does anyone know how to "force" Devplus to use a particular java
> > version?
> >
> > I have to maintain 2 versions of the JRE on my laptop due to Devplus
> > using 1.4.2 and another application (Netcool) needing the latest version
> > (1.6) so now I need a way to force them each to use the versions they
> > are supposed to.
> >
> > Any ideas?
> >
> > Regards,
> > Camille Moore.
> > __20060125_______________________This posting was submitted with HTML in
> > it___
>
>
> __20060125_______________________This posting was submitted with HTML in
> it___

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the 
Answers Are"

Reply via email to