Skip to content

Commit 3961e60

Browse files
Merge pull request #6 from quinnjr/feature/java-support
Add Java plugin support and docs
2 parents fd87460 + c737c6c commit 3961e60

File tree

12 files changed

+1153
-180
lines changed

12 files changed

+1153
-180
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,17 @@ Bioinformatics and Biomedical Engineering (IWBBIO16), Granada, Spain, April 2016
2424

2525
This work was partially supported by grants from the Department of
2626
Defense Contract W911NF-16-1-0494, NIH grant 1R15AI128714-01,
27-
and NIJ grant 2017-NE-BX-0001.
27+
and NIJ grant 2017-NE-BX-0001.
2828

2929
Additional support provided by the Florida Department of Health (FDOH 09KW-10),
3030
the Alpha-One Foundation, NVIDIA, The College of Engineering and Computer Science
3131
at Florida International University and the Natural Sciences Collegium at
3232
Eckerd College.
33+
34+
------------------------------------------------------------------------------
35+
36+
## Plugin Languages
37+
38+
PluMA can execute plugins implemented in C/C++, Python, Perl, R, and Java.
39+
Java support requires a JDK with JNI headers and `libjvm`; the build scans `JAVA_HOME`
40+
or the location of `javac` to configure the JNI include path and library.

0 commit comments

Comments
 (0)