
Hello, I want to make a function in the java/ folder. By default the runtime options don't include Java. I have looked at https://github.com/appwrite/appwrite/discussions/4826#discussioncomment-4338536 to use Java. But I get an error:
=> ERROR [examples 2/2] COPY examples.jar examples.jar 0.0s
after doing: docker compose up -d
I will provide the screenshot on how I changed the env. file and the terminal.

umm it looks like you're running docker compose up -d
in the wrong folder. You should be running it in the appwrite folder where your docker-compose.yml and the .env file you modified is.
Also, you have an extra space in your runtimes environment variable.

Thank you Steven it worked

[SOLVED] How to add Java Runtime?
Recommended threads
- Unable to add permission when creating a...
I am creating a collection from a cloud function using the Appwrite Dart server SDK, and I want to add permissions so it can be accessed by users. I added code ...
- Resource limit on the free plan
I'm currently building a health-focused tech project as part of a student initiative, and I’ve been using Appwrite extensively for backend services. As part o...
- search using appwrite
hi guys, i am building a web app and i got a collection that has like 500 documents, those documents are listed on a page and i got a search input, my question ...
