I am using eclipse for java coding. Can I use JavaScript in eclipse? If yes, How to use it? Please give ideas.
2 Answers
I use the excellent Aptana studio eclipse plugin.
1 Comment
j flemm
+1 Aptana is quite nice. I've yet to find anything better for Eclipse.
If you want to edit Javascript within Eclipse, just install the WTP (Web Tools Project), there is one in there. Edit: You cannot execute Javascript from within Eclipse, but you can use, for example, Firefox with Venkman or Firebug to run the actual file in a browser.
1 Comment
Jason S
"run the actual fine"? what's an actual fine?