Steps for this task
For example, if your installation directory is w:\DeploymentManager a typical command would look like the following example:
javac -classpath w:\DeploymentManager\lib\admin.jar;w:\DeploymentManager\lib\wsexception.jar; w:\DeploymentManager\lib\jmxc.jar MyAdminClient.java(split for publication)(split for publication)
@echo off call "%~dp0setupCmdLine.bat" "%JAVA_HOME%\bin\java" "%CLIENTSAS%" "-Dwas.install.root=%WAS_HOME%" "-Dwas.repository.root=%CONFIG_ROOT%" -Dcom.ibm.CORBA.BootstrapHost=%COMPUTERNAME% -classpath "%WAS_CLASSPATH%;w:\DeploymentManager\classes;w:\DeploymentManager\lib\admin.jar; w:\DeploymentManager\lib\wasjmx.jar" MyAdminClient %*