Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

JNI Emulation

This means, the possibility to use compiled libs without the need of recompilation. TioPort generated D code, that links directly to the external libs. Dejavu adds the functionality that the lib expects. Every call gets a pointer to a JNI environment, which can be called to access fields and methods.