`

Myeclipse weblogic9.2集成配置

阅读更多

本人使用的myeclipse版本是5.0,不过其他高版本也是大同小异,外甥打灯笼—照旧即可。

 

第一步,在myeclipse的application servers中启用weblogic9

操作步骤如下:

 

首先,打开application servers的配置窗口,定位到Weblogic 9

myeclipse+weblogic9.2

然后启用Weblogic Server并填写相关配置信息,如下图,信息中的路径可根据个人的不同而作出相应的修改

myeclipse+weblogic9.2

 

第二步,配置weblogic 9的JDK

 

这一点很重要,因为weblogic是自带jdk的(安装、配置domain等的时候都需要选择自带的jdk),那在这里的配置也不能例外,一定要选择其自带的JDK,否则不能正常启动,会报如下的错误:
There are 1 nested errors:
weblogic.management.ManagementException:[Management:141266]Parsing Failure in config.xml: javax.xml.namespace.QName; local class incompatible: stream classdesc serialVersionUID=4418622981026545151, local class serialVersionUID = -9120448754896609940
Caused by: java.io.InvalidClassException: javax.xml.namespace.QName; local class incompatible: stream classdesc serialVersionUID = 4418622981026545151, local class serialVersionUID = -9120448754896609940
配置如下图

myeclipse+weblogic9.2

myeclipse+weblogic9.2

myeclipse+weblogic9.2

 

第三步,将破解的jar(weblogic_crack.jar)添加到weblogic9启动的classpath里

 

如果没有这一步的话,在myeclise中启动weblogic时将会报如下的错误:
Unable to start WebLogic Server!
Error: license signature validation error.
Please make sure you have a valid license.bea
file in the BEA home directory associated with this
installation. For more information about the license.bea
file, see the installation guide for the version of the
software you are using at http://e-docs.bea.com
破解如下

myeclipse+weblogic9.2

 

 

第四步,启动

 

经过以上配置后,便可以在myeclipse中直接启动weblogic了,如下图

myeclipse+weblogic9.2

0
0
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics