-
Notifications
You must be signed in to change notification settings - Fork 33
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
VMStartException when running the main method from InMemory #10
Comments
Hi Ethan, I would be surprised if this would work if you try to run it interactively in Eclipse. I've only ever used it by command-line java and javac. Have you tried using that approach instead? |
I also should mention that I've never tried running this on Windows. Well, the latter screenshot seems more informative. Do you know what is the problematic null? Looking at the code, I guess it could be the result of ToolProvider.getSystemJavaCompiler()? If you can check whether that's the case, maybe there's some caveats online about running that method on Windows. |
What are the major different between pythontutor's java_jail and this version |
I am getting the following error when running the main method from InMemory and inputting the text from test-input.txt.
I notice if I remove the highlighted line, I get output similar to the expected output, but it differs in the that there is an exception message as shown below.
I have tried changing the classpath manually in the program to a few things, but not much changes. I am not very experienced in programming, so this may be a small error I don't see.
The text was updated successfully, but these errors were encountered: