Eclipse Integrated JDK

Source: Internet
Author: User

Recently want to integrate a tool, Eplise contains a PC automation available set of environment, let other testers, download it can be used, do not need to install other things, JDK installation does not need, this is a little puzzled, eplise integration of SVN and testng, are very good to do, Integrated JDK, a little puzzled, now is the way to solve the problem

1. Download the installation-free JDK version, is currently jdk1.8 64-bit, Ecplise is also 64-bit, version to be consistent, or to error, location in the same directory

2. There is also a need to solve a problem, the installation of the JDK does not need to configure environment variables, wrote a script

@echo Offecho * * The following settings JAVA environment variable **setx java_home "%~dp0%jdk1.864" echo current drive letter and path:%java_home% setx path "%path%;%%java_home%%\ bin; @pause
%~dp0 is to get the project path, mainly to get the path of the JDK, and then go to path to add this path
There is a pit here, run this bat file, you need to run with administrator privileges, otherwise it may be easy to error

Eclipse Integrated JDK

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.