From a8313ba82d923d8579a639058aac09d1ee22e9d5 Mon Sep 17 00:00:00 2001 From: Chung Shing Hin Date: Mon, 8 Jan 2024 15:04:24 +0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ede5166..a328303f 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,8 @@ Use [VS Code](https://github.com/microsoft/vscode) as a design template while pr - Embeded terminal (70+ commands avaliable) ✅ - Local web development environment (Node + PHP) ✅ - Built in Python runtime ✅ -- C/C++ Runtime with WebAssembly (with clang support) ✅ +- C/C++ Runtime with WebAssembly (with clang) ✅ +- Local Java (OpenJDK) ✅ - SSH Support ✅ - [LSP](https://microsoft.github.io/language-server-protocol) support 🏃 @@ -39,3 +40,4 @@ The source code of the built-in languages are hosted on these repositories. | Clang 14.0.0 | [llvm-project](https://github.com/holzschu/llvm-project)| | PHP 8.3.2 | [php-src](https://github.com/bummoblizard/php-src/tree/PHP-8.3.2)| | Node.js 18.19.0 | [nodejs-mobile](https://github.com/1Conan/nodejs-mobile)| +| OpenJDK 8 | [android-openjdk-build-multiarch](https://github.com/thebaselab/android-openjdk-build-multiarch)|