How use Eclipse as a Javascript IDE?

泄露秘密 提交于 2019-12-03 13:34:42

For best experience doing JS/HTML/CSS I recommend you using Aptana as plugin. Here you can download it http://www.aptana.com/products/studio3/download Be sure to check Eclipse Plug-in Version option.

Maybe other copy of eclipse use -vm variable in eclipse.ini file, therefore, it work correctly. Make sure you have JAVA_HOME in Environment Variables or add -vm configuration into eclipse.ini file.

For more information, see this link: http://wiki.eclipse.org/FAQ_How_do_I_run_Eclipse%3F

Meim

Check your version of the runtime that you installed. You can upgrade or downgrade (i.e. if JDK 7, then try JDK 8 and vice versa you can even try JDK 6) and see if it works.

On Ubuntu 14.10 open JDK 7 did not help me much but the older (open JDK java 6 runtime) and the newer open JDK Java 8 helped me out.

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