Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 546 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 546 Bytes

Build Status

Please visit node_classpath_builder for information on installing with npm.

ClasspathBuilder

This node's lib helps with the building of Java-Classpath.

Sample code:

var classpathBuilder = require('./classpathBuilder.js');
classpathBuilder.build('<Directory which contains jars>', function(classpath){
	console.log();
});