-
-
Notifications
You must be signed in to change notification settings - Fork 100
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
- Mozilla Rhino and Maven Plugin using Rhino JavaScript Compiler )
- native with Nashorn Script Engine
- 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!