You can use an IDE of your choice to develop custom plug-ins for the vSphere Client. The SDK provides an Eclipse plug-in to assist the development process for those who use the Eclipse IDE.
1 | From the Eclipse Web site at http://www.eclipse.org/downloads/eclipse-packages/, download the Eclipse IDE for Java EE Developers package. | ||||||||||||||||||||
2 | Extract the contents of the downloaded file into an appropriate location on your development machine. | ||||||||||||||||||||
3 | If you do not have the minimum and maximum heap size automatically set up for Eclipse, edit the eclipse.ini file before you start Eclipse. You must add the location to the JDK you installed and increase the heap space and the maximum permanent space used by the JVM. You must add or edit the Eclipse initialization file to contain the following lines: -vm C:/<your JAVA_HOME directory>/bin/java.exe -Xmx1024m -XX:MaxPermSize=512m | ||||||||||||||||||||
4 | Start Eclipse and edit the Eclipse preferences to set up your workspace for developing plug-ins for the vSphere Client.
|