Skip to content

Instantly share code, notes, and snippets.

View mouhsinelonly's full-sized avatar
🏠
Working from home

Mouhsine bakhich mouhsinelonly

🏠
Working from home
View GitHub Profile
// step 1 install java
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer
sudo npm install java --save
// step 2 using
var java = require("java");
var jarfile = "jarfileName.jar";
java.classpath.push(jarPath);