How to write JavaScript in Eclipse

I am using eclipse for java coding. Can i use javascript in eclipse? If so, how to use it? Please give an idea.

+5
source share
2 answers

If you want to edit Javascript inside Eclipse, just install WTP (web tool project), there is one. Edit: you cannot run Javascript from Eclipse, but you can use, for example, Firefox with Venkman or Firebug to run the actual file in the browser.

+4
source

I use the excellent Aptana studio eclipse plugin .

+6
source

All Articles