This commit is contained in:
Adam D. Ruppe 2020-10-03 22:28:27 -04:00
parent ae9ed38187
commit a5f12efa29
1 changed files with 2 additions and 0 deletions

2
jni.d
View File

@ -76,6 +76,8 @@
at Hello.main(Hello.java:17)
)
Please note: on Windows, use `-m32mscoff` or `-m64` when compiling with dmd.
Exact details subject to change, especially of how I pass the exceptions over.
It is also possible to call Java methods and create Java objects from D with the `@Import` uda.