set CLASSPATH=x:\product\jars\awidgets.jar;x:\work;%CLASSPATH% set CLASSPATH=x:\product\jars\runtime.jar;x:\product\jars\develop.jar;%CLASSPATH%Where x:\product represents the path where you installed Bean Extender and x:\work represents the name of your working directory.
If you plan to run the Dip Creation Wizard Walk-Through, you should also enter:
set CLASSPATH=x:\beanery\Beanery.jar;x:\beanery\sk.jar;%CLASSPATH% set CLASSPATH=x:\product\jars\dipWizard.jar;%CLASSPATH%Where x:\product represents the path where you installed Bean Extender and x:\beanery represents the path where you installed the Beanery.
java com.ibm.beans.util.ConfigureThis command will present a notebook dialog, with tabs along the top of the window. Make sure the tab labeled Working is selected (this is the default starting tab and so it should be selected when the dialog is presented). Beneath the tab you will see a title bar, labeled Bean Extender working directory. In the text field beneath the title bar, next to the label Working directory, enter your working directory. This should be the same working directory you set in the CLASSPATH in the previous step.
Press the save changes and exit at the bottom of the dialog. This initialization step creates the BeanSystem.properties file in the home directory.
java com.ibm.beans.tools.assembly.AssemblySurfaceMain
Note: | To minimize error, you can create batch files to define the HOME and CLASSPATH environment statements for the current session and to start the Assembly Surface. |