Home > Article > System Tutorial > How to change jdk version on mac?
Introduction: Many friends ask about how to lower the JDK version on Mac. This article will provide detailed answers for your reference. hope that it can help us! Please read on!
1. Open the Oracle official website, find and click the "JDK DOWNLOAD" button in the bottom menu of the homepage (as shown in the figure) shown). 2. In the pop-up page, find and select the "Accept License Agreement" option to agree to the agreement (as shown in the figure).
2. Click the JDK DOWNLOAD button: Select Accept Lisence Agreement to agree to the agreement: Click the download link behind Mac OS X x64: After the download is complete, click the installation package and follow the prompts to complete the installation.
First, to install the JDK, you can follow these steps: 1. Open the computer properties. Right-click My Computer and select Properties. 2. Enter advanced system settings. In the Computer Properties window, click Advanced system settings. 3. Add system variables. In the Advanced tab of the System Properties window, click the Environment Variables button. 4. Find the system variables area. In the environment variables window, find the system variables area and click the New button. 5. Add JDK variables. In the New System Variable window, enter the variable name "JDK_HOME" and the variable value is the JDK installation path. 6. Confirm the settings. Click the OK button to save the settings. In this way, the JDK system variables are successfully added.
Open Control Panel (Windows users) or System Preferences (Mac users) and enter "Environment Variables" in the search box (Windows users) or click the "Environment Variables" button under the "Advanced" tab (Mac users).
The first one is to specify the path of JDK, and the second one is to specify the path of JRE. If you do not want to use the default path for installation, please choose a different path for installation. It is recommended to install these two in the same directory. To configure JAVA environment variables, please open "This PC" on your computer, right-click the mouse, select "Properties" to open system settings, and then click "Advanced System Settings".
In the bottom menu of the homepage when visiting Oracle's official website, follow the prompts in the figure below: Click the JDK DOWNLOAD button. Then, select Accept License Agreement on the pop-up page to agree to the agreement.
1. Reinstalling a lower version of jdk can make the java version lower.
Make sure that the JDK version installed on your new computer is consistent with the version used in the original project, because different versions of JDK may have compatibility issues. You can try adjusting the JDK version and see if that solves the problem.
Java's lightweight lock is designed to solve the efficiency problem when multi-thread competition occurs. Compared with heavyweight locks, it has some advantages. In actual use, we need to choose different lock types according to specific situations, and may involve mechanisms such as lock promotion and downgrading. These lock mechanisms will have a certain impact on program performance. Therefore, we need to weigh the pros and cons and choose the appropriate lock to ensure multi-thread security and program performance.
4. The method is to enter "mount-uw/" in the Recovery mode terminal. The third step is to enter the chflagsnoschg/usr/libexec/java_home command to change the flag bit of the java_home folder to "noschg". Then enter rm/usr/libexec/java_home to delete the folder.
5. You can try the following methods: replace the starter, HMCL is recommended. Replace the JAVA version (java7, java8) (32x, 64x) and downgrade the graphics driver (the latest version of the graphics driver of geforce is known to cause a crash, and subsequent versions may fix this bug). Reduce memory (1024).
After installing jdk, eclipse cannot be opened. The possible reasons are as follows: the correct jdk environment variables are not configured. . Recheck whether the environment variables are written correctly. Check your configured JDK environment variables. The eclipse you installed is win32-bit, and the jdk must also be 32-bit, otherwise it will not start.
This is a Java virtual machine error. Check the configuration of the Java environment online to see if your Java environment is configured properly. If not, to learn Java, you must first learn to configure the environment. Secondly, the jdk installed is not compatible with the system. You need to download the jdk with the corresponding number of bits. The jdk7 is installed, but the installation path contains Chinese.
Eclipse cannot be opened because the memory on the machine is too small.
You must first install JDK and then install Eclipse. Finally, you must configure the path. Configuring the path method: My Computer Properties - Environment Variables in Advanced - From System Variables - Find the Path item and double-click it. Then open the installed bin in the jdk folder and copy this directory.
Conclusion: The above is all the content about reducing the jdk version of mac introduced by this site. I hope it will be helpful to everyone. If you want to know more about this For content, please remember to bookmark and follow this site.
The above is the detailed content of How to change jdk version on mac?. For more information, please follow other related articles on the PHP Chinese website!