Migration tips for application clients
Tips for migrating thin application client code...
The Java invocation used to run non-J2EE application clients has changed in V5. You must specify -Xbootclasspath/p:%WAS_BOOTCLASSPATH% on Windows systems or -Xbootclasspath/p:$WAS_BOOTCLASSPATH on UNIX systems when you invoke the Java command. Set the WAS_BOOTCLASSPATH environment variable in one of the following:
- setupClient.bat for Windows systems or setupClient.sh for UNIX systems on a WAS client installation.
- setupCmdLine.bat for Windows systems or setupCmdLine.sh for UNIX systems on a WAS installation.
For more information about using -Xbootclasspath, view sample code at the following path after you preform the application client installation
$WAS_HOME\samples\bin\ActiveXBridgeClients\VB\XJBExamples\modXJBHelpers.basTips for migrating J2EE application client code...
If your J2EE application client uses resource references and you configured those resources using the ACRCT, run the ClientUpgrade command to migrate the resource configuration information in WAS v5.
See Also
The clientUpgrade command