NetBeans 8 later versions cannot connect to a git server

Source: Internet
Author: User
Tags netbeans

Because the current GIT server key encryption is basically 256-bit, and NetBeans with the JRE environment of the encryption limited to the basic 128-bit encryption, resulting in the inability to communicate with the GIT server

Solutions

Download Java Cryptography Extension (JCE) Unlimited strength jurisdiction Policy files, which adjusts the length of the encryption key for Java to unrestricted

The Readme.txt of the download package has installation instructions. is to replace the Local_policy.jar and Us_export_policy.jar under ${java_home}/jre/lib/security/.

Example: C:\Program Files\netbeans 8.2\bin\jre\lib\security

Note To download the corresponding version of the file, the NetBeans 8 version with the 1.8 jdk, so to download the 8 version of the JCE file:

Http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html

Restarting NetBeans after the replacement solves the problem, and can be solved in the same way if eclipse has this problem

NetBeans 8 later versions cannot connect to a git server

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.