Skip to content

Multi language support

tfr42 edited this page May 21, 2019 · 6 revisions

Besides Java Source Code (compliant with Java 1.8) the deegree project accepts source code in the following formats:

  • JavaScript must compile with either
  • Groovy
  • Kotlin
  • Scala

We do not recommend to use the following interfaces and extension mechanism of the JVM:

  • Java Native Interface (JNI) for calling native applications or libraries written in C, C++ or assembler code!
Clone this wiki locally