Adding Workshop to an Existing Eclipse Installation

You can install Workshop in two ways: You can (1) add it to an existing Eclipse installation or (2) use the Eclipse installation bundled with the installer.

To add Workshop to an existing Eclipse installation, follow these instructions:

In the installer dialog, on the Chose Installer Type screen, select Custom.

installer

On the Install Eclipse Location Options, select Use Existing Eclipse and browse to an existing Eclipse home directory.

installer2

Requirements for the Existing Eclipse Installation

The existing Eclipse installation must meet the following requirements:

Launching Workshop When Installed as a Plugin

If Workshop is added to an existing Eclipse installation, you may choose to launch using the existing eclipse launcher (eclipse.exe) instead of the custom launcher provided with the Workshop installation. If you choose to launch Workshop using the existing eclipse launcher, you may need to modify the eclipse.ini file.

The required and optional additions to eclipse.ini are shown below:

Required

 -vm (a Java 5 VM is required)
 -vmargs
 -Xms384m (or greater)
 -Xmx768m (or greater)
 -XX:MaxPermSize=256m (or greater)

Optional

 -Dweblogic.home (for pointing at the default WlS runtime)
 -Dosgi.instance.area.default (default workspace)

Examples

Example workSpaceStudio.ini

The workSpaceStudio.ini file is located at BEA_HOME/workSpaceStudio_1.1/workSpaceStudio/workSpaceStudio.ini

Here is an example file:

-vm
C:/bea/jdk150_11/jre/bin/javaw.exe
-vmargs
-ea
-da:org.apache.xbeans...
-da:weblogic.wsee.codec.soap11...
-Xms384m
-Xmx768m
-XX:MaxPermSize=256m
-XX:PermSize=192m
-XX:NewRatio=3
-DprodMode=preProduction
-Dweblogic.deployer.debug=all
-Dweblogic.debug.DebugConnection=true
-Dweblogic.debug.DebugMessaging=true
-Dweblogic.debug.DebugDeployment=true
-Dweblogic.home=C:\bea\wlserver_10.0
-Dosgi.install.area=C:\bea\tools\eclipse_pkgs\1.1\eclipse_3.2.2/eclipse
-Dosgi.instance.area.default=C:\bea/user_projects/workspaces/workSpaceStudio
-Dosgi.configuration.area=C:\bea\workSpaceStudio_1.1\workSpaceStudio\eclipse\configuration
-Declipse.product=com.bea.workspacestudio.product.workspacestudio
-Dosgi.splashPath=file:C:\bea/workSpaceStudio_1.1/workSpaceStudio/eclipse/plugins/com.bea.workspacestudio.product

Still need help? Post a question on the Workshop newsgroup.