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。例如以下图:

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

  • 相关阅读:
    按次计费简单实现思路
    java读取和写入excel
    SpringBoot定时任务自动停止关闭
    class path resource [applicationContext.xml] cannot be opened because it does not exist
    Tomcat安装配置idea
    Git rebase
    MongoDB高可用集群配置方案
    keepalived主从及双主配置
    openssl 生成免费证书
    Nginx proxy_cache 缓存静态文件
  • 原文地址:https://www.cnblogs.com/wzjhoutai/p/6782008.html
Copyright © 2011-2022 走看看