summaryrefslogtreecommitdiff
path: root/src/runtime/java/Makefile
AgeCommit message (Collapse)Author
2016-02-17Now we even test in two different places for the JNI headers. Once for Linux ↵krasimir
and once for Mac OS. This is still not ideal since different Linux distributions might use different locations.
2016-02-17typo in the new Makefilekrasimir
2016-02-17a version of the Makefile for the Java binding which should work on Linux ↵krasimir
and Mac OS
2016-01-14javadoc comments in the Java bindingkrasimir
2015-11-16bugfix in the Makefile for the Java binding for creating .jar fileskrasimir
2015-09-03Java API for opening/closing SG databaseskrasimir
2015-09-03the Eclipse project for the Java binding is now replaced with a simple Makefilekrasimir
2013-09-04now it is possible to compile the C code for the Java binding from Eclipse. ↵kr.angelov
The old and broken Makefile is now removed
2013-09-04added make file for compiling the C runtime for Android. The JIT compiler ↵kr.angelov
for Android is temporary disabled
2013-08-01a bit more on the Java to C binding. Now it is possible to load a grammar ↵kr.angelov
and query for the list of languages
2013-05-28an initial skeleton for building a Java binding to the C runtimekr.angelov