Jaagrav / CodeX-API

The new version of CodeX API with it's backend, a lot of you wanted me to make the backend opensource, now it's ready to receive contributions from you. Thanks for being patient, more languages coming soon, happy hacking!
https://codex.jaagrav.in/
MIT License
187 stars 64 forks source link

fix: use java compiler before executing java code #51

Open Jaagrav opened 11 months ago

Jaagrav commented 11 months ago

Previously we were directly running java codes/file-name.java to execute java code which led to the following issue #49, now it will use the javac compiler before executing so that all the classes in the file are included during execution.

Closes: #49