Skip to content

fix: use java compiler before executing java code #51

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: staging
Choose a base branch
from

Conversation

Jaagrav
Copy link
Owner

@Jaagrav Jaagrav commented Oct 1, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant