Anypoint Studio 7.1 start-up error

穿精又带淫゛_ 提交于 2019-12-05 08:48:53

Make sure Java8 was installed in your system and Update AnypointStudio.ini file with below lines.

-vm
C:\Program Files\Java\jdk1.8.0_111\bin\javaw.exe

@larsen

I think you have more than one version of java installed in your laptop, Please use the JDK 1.8 with the latest update and remove or uninstall all the older versions of it.

Please don't forgot to configure the JAVA HOME and Path environment variables in your laptop user account. enter image description here

and if still the problem exists, then uninstall all the versions of java and clear the temp folder of your laptop (or restart your laptop) and then try the fresh installation of jdk and jre 1.8 version, this kind of error comes when the jdk is not installed properly in your system.

VARUN TAYAL

Above solution works but there is another solution which is to add JAVA_HOME and PATH variables into Window's System variables. Make sure to put %JAVA_HOME%/bin as first variable of PATH variables' value.

By doing that you don't need to change any default configuration . Studio7 try to find out JDK path from first variable of "PATH" values under system variable instead of user variable under Environment variables .

not true, you can use as many JVM as you wish, just make system path to javaw.exe and server\jvm.dll

..;D:\jdk1.8\jre\bin;D:\jdk1.8\jre\bin\server;D:\jdk1.8\bin;...

and JAVA_HOME D:\jdk1.8 and fix anypointstudio.ini accordingly above described to your path of javaw.exe in my case D:\jdk1.8\jre\bin\javaw.exe

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!