-
Notifications
You must be signed in to change notification settings - Fork 322
Error when 2 Classes in One submission #2
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
Comments
See #3 |
Hello Arikrak, Thanks for pointing out the issue, it seems strange because the code you wrote seems to run correctly on our test server codepad.remoteinterview.io. Try directly loging into bash of your docker vm, and check if "javap" command is present/installed in it. What is the output when u run javap ? |
Yes, javap is installed, and it works when I run it within Docker.
and similarly for javap Blob. So I guess there's just an issue with my installation that prevents the 2 files from successfully running. |
It seems running |
One can include 2 classes in one submission file locally or on Ideone. When including 2 classes in one Java file on Compilebox, it reports "Execution timed out". For example:
This causes a "timeout error":
The text was updated successfully, but these errors were encountered: