Chung Shing Hin

Results 360 comments of Chung Shing Hin

> @bummoblizard would you happen to be able to guess an estimated date after which local Java support should be realized? Hi. I'm focusing on fixing the existing issues. I...

Local OpenJDK is added in https://github.com/thebaselab/codeapp/commit/39155744844ad472f0b79c714230a8691a7832bb. However, interactive input is still not supported.

Fixed in https://github.com/thebaselab/codeapp/issues/1036

You can now use java and javac to run Java programs locally in the latest build. I have not tested if plantuml works.

@C4ntor You need to fill in the inputs in the input tab before executing.

You can now use java and javac to run Java programs locally in the latest build.

User input in local Java is supported in https://github.com/thebaselab/codeapp/issues/1036.

Should be fixed by https://github.com/thebaselab/codeapp/issues/612. (With control-c on keyboard or the button)

It is late but it finally arrived. You can use java and javac to run Java programs locally in the latest build.

Not at the moment, unfortunately. Internally, `clang` and `clang++` in Code App targets `wasi32` (webassembly). There's no easy way to debug webassembly binaries on iOS.