zakariamaaraki / RemoteCodeCompiler

An online code compiler supporting 11 programming languages (Java, Kotlin, Scala, C, C++, C#, Golang, Python, Ruby, Rust and Haskell) for competitive programming and coding interviews.
GNU General Public License v3.0
157 stars 52 forks source link

Java compiler fails to load entrypoint #6

Closed auadams closed 2 years ago

auadams commented 2 years ago

It seems that the java compiler doesn't work because it can't load files. the fix i found was to modify the docker file.

From ADD utility_java utility

To ADD utility_java utility_java

auadams commented 2 years ago

Also a mention you might want to consider using a more updated jdk than jdk11. using openjdk seems to work fine

zakariamaaraki commented 2 years ago

Hello, thank you for opening this issue, I updated the Dockerfile. I'll look at the version of jdk.