Skip to content

Latest commit

 

History

History
executable file
·
13 lines (7 loc) · 629 Bytes

README.md

File metadata and controls

executable file
·
13 lines (7 loc) · 629 Bytes

SampleBPjsProject

A sample maven project using BPjs. Clone or fork this project to easily start your own prject using BPjs. This project has two files:

  • src/main/resources/HelloBPjsWorld.js BPjs "hello world" program.
  • src/main/java/il/ac/bgu/cs/bp/samplebpjsproject/HelloWorld.java Simple "main" class for running HelloBPjsWorld.js and emitting its events to stdout.

Please keep these:

  • This project uses BPjs.
  • BPjs uses the Mozilla Rhino Javascript engine. See here for project page and source code.