Dark Horse programmer-are you still worried about re-configuring environment variables after reinstalling the system ?, Dark Horse environment variable

Source: Internet
Author: User

Dark Horse programmer-are you still worried about re-configuring environment variables after reinstalling the system ?, Dark Horse environment variable

Now let's share the method for configuring environment variables in the next batch!
@ Echo off
Title JDK and Tomcat environment variable settings
Color 0a
Set/p inputplugin = [enter the JDK installation directory you want to set:]
If/I "% input0000%" = "" set input0000= % Java_Home %
Set/p inputTH = [enter the Tomcat installation directory you want to set:]
If/I "% inputTH %" = "" set inputTH = % Tomcat_Home %
Echo is configuring environment variables. Please wait ......
Reg add "HKCU \ Environment"/v Java_Home/t reg_sz/d "% input%%"/f
Reg add "HKCU \ Environment"/v Tomcat_Home/t reg_sz/d "% inputTH %"/f
Reg add "HKCU \ Environment"/v ClassPath/t reg_sz/d ".; "% Java_Home % \ lib \ dt. jar ";" % Java_Home % \ lib \ tools. jar "/f
Reg add "HKCU \ Environment"/v Path/t reg_sz/d "% Java_Home % \ bin """; "% Tomcat_Home % \ bin" ";"/f
Pause
Cls
Echo
Set/p tmp = operation ended. Press enter to exit...
Pause> nul


Copy and save the above Code as a file suffixed with. bat. If your system has been configured, do not try it out!

 

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.