編譯錯誤,請教一下!

fandick發表於2003-03-19
各位大哥好:我現在在自學ejb,今天用jbuilder7和weblogic7試寫一個HelloWorld Sessionbean.編譯時出現如下的錯誤:
C:\bea\jdk131_02\bin\javaw -classpath "C:\bea\weblogic700\server\lib\weblogic.jar" -ms64m -mx64m -Djava.library.path=C:/bea/weblogic700/server/bin -Dbea.home=C:/bea -Dweblogic.Domain=mydomain -Dweblogic.Name=myserver -Djava.security.policy==C:/bea/weblogic700/server/lib/weblogic.policy -Dweblogic.management.discover=false -Dweblogic.ProductionModeEnabled=false -Dweblogic.management.username=fandick -Dweblogic.management.password=fan123123 -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=e-radio:2594,suspend=y weblogic.Server
Starting WebLogic Server...

<2003-3-19 下午11時03分30秒> <Warning> <Management> <000000> < -Dweblogic.Domain=<domainName> is no longer a required command line option, if you don't pass it in the domain name can be be inferred from the configuration file : config.xml>

<2003-3-19 下午11時03分43秒> <Notice> <Management> <140005> <Loading configuration C:\bea\user_projects\mydomain\.\config.xml>

Hit uncaught exception java.lang.ArrayIndexOutOfBoundsException

請大哥給予指導和幫忙。

相關文章