zoukankan      html  css  js  c++  java
  • 关于myeclipse中启动项目(server为welogic10)报valid license.bea错误的问题解决方式

            之前由于重转系统。导致我的weblogic和myeclipse都要重装。重装之后,出现了问题,我是依照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.
    

            我的操作例如以下:

                    1、.将license.bea和weblog_crack.jar复制到bea安装文件夹下

                    2、改动d:eauser_projectsdomainsodpsdomain(你建立的域)instartWeblogic.cmd 改动 set CLASSPATH=%CLASSPATH%;%MEDREC_WEBLOGIC_CLASSP 为 set CLASSPATH=d:eaweblogic_crack.jar;%CLASSPATH%;%MEDREC_WEBLOGIC_CLASSP

            如上操作之后,还是报相同的错误。

    整了老半天。最后的解决方式例如以下:

           myeclipse中, myeclipse→preferences,找到weblogic10。点击paths。增加weblogic_crack.jar。ok。例如以下图:

            上述操作完毕之后。启动成功!

  • 相关阅读:
    file_get_contents高級用法
    php缓存技术常用函数
    php爬虫的两种思路
    jQuery判断文本框是否为空
    Asp.net 实现图片缩放 无水印(方法二)
    C# winform关于DataGridView的一些操作
    PHP判断访问者手机移动端还是PC端的函数
    本地图片显示在网页
    如何安装 Composer
    国内开源镜像站
  • 原文地址:https://www.cnblogs.com/wzjhoutai/p/6782008.html
Copyright © 2011-2022 走看看