I followed appwrite doc https://appwrite.io/docs/getting-started-for-server to install appwrite server on local window box, but the server doesn't provide java or Kotlin runtime option for me to create a function in java. Any suggestions to resolve the issue?
TL;DR
To add a Java function to an Appwrite server that does not provide a Java or Kotlin runtime option, you need to enable the runtime. Follow the documentation at https://appwrite.io/docs/configuration#functions for instructions on how to do this. This will allow you to create a function in Java.