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___ _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"

