weblogic8.1 a solution that starts normally in MyEclipse and does not start properly in a separate weblogic.

Source: Internet
Author: User

Application Server weblogic8.1.5, the project starts normally in MyEclipse, and is started on a separate server. Error such as:

After observation, it was found that the following jar packages were set up in MyEclipse. This is the problem.

Search the online solution, the normal problem solving, the steps are as follows:

1, find D:\bea\weblogic81\server\lib\weblogic.jar;

2. Open Weblogic.jar with RAR and delete the ANTLR folder inside

3. Copy: Antlr-2.7.6rc1.jar and Xerces-2.6.2.jar two files to the above mentioned directory

4.

Find the 53rd line in Startwebloigc.cmd, and modify it to "set classpath=%wl_home%\server\lib\xerces-2.6.2.jar;%wl_home%\server\lib\ Antlr-2.7.6rc1.jar;%weblogic_classpath%;%pointbase_classpath%;%java_home%\jre\lib\rt.jar;%wl_home%\server\lib\ webservices.jar;%classpath% "
5, the corresponding modification of their own projects can be.

The core is the fourth step, adding the corresponding jar package to the environment variable path that is started.

Reference: http://download.csdn.net/detail/lrl_cc/2077429

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.