How to write JavaScript in Eclipse

后端 未结 2 1287
花落未央
花落未央 2021-01-01 02:50

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

2条回答
  •  心在旅途
    2021-01-01 03:27

    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.

提交回复
热议问题