The solution of javaw.exe in your current path

Open source software supply chain lighting plan, waiting for you>>>

Transferred from: https://blog.csdn.net/bd2569/article/details/70576666/

Solution to this prompt when eclipse starts:

1. If your JDK is not installed, or the JDK does not set environment variables, set classpath, path and Java home according to the JDK installation method on the Internet

2. If all the above settings are set and an error is still reported, there is an eclipse.ini file under the decompression path of eclipse, which is the configuration file of the initialization environment and other parameters when eclipse starts. Open this file and add the bin path address of JDK – VM D/jdk1.7/bin after openFile

The complete documents are as follows:

-startup
plugins/org.eclipse.equinox.launcher_ 1.2.0.v20110502.jar
–launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_ 1.1.100.v20110502
-product
org.eclipse.epp.package.jee.product
–launcher.defaultAction
openFile
–launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
–launcher.XXMaxPermSize
256m
–launcher.defaultAction
openFile
-vm
D:/jdk1.7/bin
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx51 2m
-Dfile.encoding=UTF-8

Similar Posts: