CodeX-API icon indicating copy to clipboard operation
CodeX-API copied to clipboard

fix: use java compiler before executing java code

Open Jaagrav opened this issue 2 years ago • 0 comments

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

Jaagrav avatar Oct 01 '23 16:10 Jaagrav