Gladiator
Gladiator

Reputation: 187

How to write JavaScript in Eclipse

I am using eclipse for java coding. Can I use JavaScript in eclipse? If yes, How to use it? Please give ideas.

Upvotes: 5

Views: 12068

Answers (2)

Tassos Bassoukos
Tassos Bassoukos

Reputation: 16152

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.

Upvotes: 4

letronje
letronje

Reputation: 9148

I use the excellent Aptana studio eclipse plugin.

Upvotes: 6

Related Questions