Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] Java EE's and headless builds

> 
> Luckily, I have full access to the headless builder (Buckminster) so 
> it's easy for me to add commands that would install a JDK and set the 
> correct environment preferences from the command line. But I'm not clear 

> what it is that I need to set. Some pointers or other help with that 
> would be greatly appreciated.

The org.eclipse.jdt.launching bundle is used to define/contribute system 
libraries. The relevant API is IVMInstall, IVMInstallType, and VMStandin. 
You can create a VM using a VMStandin (to configure its attributes), and 
then call "convertToRealVM()" to register it with the set of installed 
JREs.

Darin Wright


Back to the top