How to write JavaScript in Eclipse(如何在 Eclipse 中编写 JavaScript)
问题描述
我正在使用 eclipse 进行 java 编码.我可以在 Eclipse 中使用 JavaScript 吗?如果是,如何使用?请给出想法.
I am using eclipse for java coding. Can I use JavaScript in eclipse? If yes, How to use it? Please give ideas.
推荐答案
如果你想在 Eclipse 中编辑 Javascript,只需安装 WTP(Web Tools Project),里面就有一个.您不能在 Eclipse 中执行 Javascript,但您可以使用例如带有 Venkman 或 Firebug 的 Firefox 在浏览器中运行实际文件.
If you want to edit Javascript within Eclipse, just install the WTP (Web Tools Project), there is one in there. 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.
这篇关于如何在 Eclipse 中编写 JavaScript的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何在 Eclipse 中编写 JavaScript
基础教程推荐
- 设置 bean 时出现 Nullpointerexception 2022-01-01
- Java Keytool 导入证书后出错,"keytool error: java.io.FileNotFoundException &拒绝访问" 2022-01-01
- 在 Libgdx 中处理屏幕的正确方法 2022-01-01
- “未找到匹配项"使用 matcher 的 group 方法时 2022-01-01
- FirebaseListAdapter 不推送聊天应用程序的单个项目 - Firebase-Ui 3.1 2022-01-01
- Java:带有char数组的println给出乱码 2022-01-01
- 如何使用 Java 创建 X509 证书? 2022-01-01
- 降序排序:Java Map 2022-01-01
- 无法使用修饰符“public final"访问 java.util.Ha 2022-01-01
- 减少 JVM 暂停时间 >1 秒使用 UseConcMarkSweepGC 2022-01-01