Follow this procedure when installing on an AEd platform, if you are
using an AE platform, then see Installing
a BRBeans jar file on AE - overview
-
Launch the Application Assembly Tool by typing
assembly.bat/sh
on
a command line.
-
Open BRBeans<DBType>jar in the WAS-HOME\Enterprise\BRBeans directory.
-
From the File menu, select Generate code for deployment....
-
Specify the following paths for the Dependent classpath. The paths should
be separated either by a ";" (on Windows platforms) or by a ":" (on Unix based
platforms).
WAS_HOME\lib\brbClient.jar
WAS_HOME\lib\brbServer.jar
-
For Database type, select the type that you will be using.
-
Click Generate Now.
This will create a new .jar file called Deployed_BRBeans<DBType>.jar in the same directory.
You have successfully deployed the code.
Proceed to Creating a database.