`
belldeep
  • 浏览: 39498 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论

java : mozilla rhino jsc 编译

阅读更多
mozilla rhino 用 jsc 编译 *.js
编写 jsc.bat
@echo off
java -cp D:/rhino/rhino1_7R5/js.jar;. org.mozilla.javascript.tools.jsc.Main %*

编写 run.bat
@echo off
java -cp D:/rhino/rhino1_7R5/js.jar;. %*

例如:
编译 jsc.bat chat.js 生成 chat.class
运行 run.bat chat
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics