CodeX-API
CodeX-API copied to clipboard
fix: use java compiler before executing java code
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