命令行界面如何管理Weblogic 6.1?
我是按照手册一步一步来的:
1、Install and configure the WebLogic Server software, as described in the WebLogic Server Installation Guide
2、Set CLASSPATH correctly.
3、Enable the command-line interface by performing one of the following steps:
-Start the server from the directory in which it was installed.
-If you are not starting the server from its installation directory, enter the following command, replacing c:/weblogic with the name of the directory in which the WebLogic Server software is installed:
-Dweblogic.system.home=c:/weblogic
======================================
可是运行某个命令的帮助,
java weblogic.Admin HELP [XXX]
会有如下错误:
Exception in thread "main" java.lang.NoClassDefFoundError: weblogic/Admin
不知这是为什么,如何能正确执行?