waf/playground/prefork
Thomas Nagy d9908f38ef
Python 3 fixes
2015-01-20 18:47:31 +01:00
..
Prefork.java Python 3 fixes 2015-01-20 18:47:31 +01:00
README Additional notes on preforked build processes 2015-01-18 23:56:51 +01:00
preforkjava.py Python 3 fixes 2015-01-20 18:47:31 +01:00

README

TODO - work in progress

Get a copy of https://github.com/ralfstx/minimal-json, currently minimal-json-0.9.3-SNAPSHOT.jar

Build the java file with:
javac -target 1.7 -source 1.7 -cp ./minimal-json-0.9.3-SNAPSHOT.jar:. Prefork.java