How to solve Chinese garbled characters output on the eclipse console when the OTN plug-in of Weblogic is used

Source: Internet
Author: User

How to solve Chinese garbled characters output on the console when Weblogic is used
1. Find the Weblogic installation directory, the domain configured for the current project
2. Find the startweblogic. CMD file.
3. open the file, add the following code on "call" % domain_home % \ bin \ startweblogic. cmd "% *", mainly to set the UTF-8.

@ Echo off @ REM warning: this file is created by the Configuration Wizard. @ REM any changes to this script may be lost when adding extensions to this configuration. setlocalset domain_home = D: \ bea10 \ user_projects \ Domains \ test_donainset debugflag = true @ REM set debug_port = 8888 set java_options = % java_options %-dfile. encoding = utf-8call "% domain_home % \ bin \ startweblogic. cmd "% * endlocal

This is the sentence "set java_options = % java_options %-dfile. Encoding = UTF-8 ".

 

4. Save the file and restart the service.

Related Article

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.