Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Create a IVMInstall?
Create a IVMInstall? [message #69157] Fri, 27 June 2003 17:08 Go to next message
Eclipse UserFriend
Originally posted by: richkulp.NOSPAM.us.ibm.com

IS there an API way of programtically adding an installed VM to the
system? I don't see a document explaining this but it looks like I would
create a VMStandIn using the IVMInstallType of interest as the ctor part
along with a new, such as the standard install type (i.e. I just want to
create a standard JRE install but not the one that JRE_LIB uses), then
use convertToRealVM() on it and that should install, no?

--
Thanks, Rich Kulp

Re: Create a IVMInstall? [message #69200 is a reply to message #69157] Fri, 27 June 2003 17:17 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.NOSPAM.us.ibm.com

A few corrections:
Richard L. Kulp wrote:
> IS there an API way of programtically adding an installed VM to the
> system? I don't see a document explaining this but it looks like I would
> create a VMStandIn using the IVMInstallType of interest as the ctor part
along with a name that I want for it, such as the standard install type
(i.e. I just want to
> create a standard JRE install but not the one that JRE_LIB uses),

then set up the VMStandin to point to the desired location, and then

> use convertToRealVM() on it and that should install, no?
>

--
Thanks, Rich Kulp

Re: Create a IVMInstall? [message #73721 is a reply to message #69157] Mon, 07 July 2003 15:24 Go to previous message
Eclipse UserFriend
Yes, using a VMStandin, and then calling convertToRealVM() will work.

Darin

"Richard L. Kulp" <richkulp@NOSPAM.us.ibm.com> wrote in message
news:bdibqs$dh3$1@rogue.oti.com...
> IS there an API way of programtically adding an installed VM to the
> system? I don't see a document explaining this but it looks like I would
> create a VMStandIn using the IVMInstallType of interest as the ctor part
> along with a new, such as the standard install type (i.e. I just want to
> create a standard JRE install but not the one that JRE_LIB uses), then
> use convertToRealVM() on it and that should install, no?
>
> --
> Thanks, Rich Kulp
> 
>
Previous Topic:Launching a configuration
Next Topic:Problems with PDE
Goto Forum:
  


Current Time: Wed Jun 18 12:09:46 EDT 2025

Powered by FUDForum. Page generated in 0.03659 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top