when I startup Intellij Idea 14.1,it will run some java.exe processes -
when startup intellij idea 14.1,it run java.exe processes. following result
- > java.exe 4580 c:\program files\java\jdk1.6.0_45\jre\bin\java.exe
- > java.exe 8660 c:\program files\java\jdk1.7.0_80\bin\java.exe
i install jdk 1.6 , jdk 1.7
- the following configuration:
java_home:c:\program files\java\jdk1.6.0_45
i don't know why this? thank much!
java.exe it's background process, includes jdk application programming interface enables run java based programmes. read jvm.
Comments
Post a Comment