I downloaded the eclipse Javascript IDE from the official download page however, when i start the application it says "A Java Runtime Environment or Java development Kit must be available in order to run eclipse." I already have a java IDE copy of eclipse that runs fine so I don't understand why its asking for another JDK.

I just want to develop Javascript in Eclipse, does anyone have any idea how to? Are there special tools or plugins i'm meant to get to get it to work?

link|improve this question

feedback

3 Answers

up vote 0 down vote accepted

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.

link|improve this answer
feedback

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

link|improve this answer
feedback

the problem is what it says. since eclipse is written in java, you need to install the java runtime environment to be able to run java programs.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.