-
Notifications
You must be signed in to change notification settings - Fork 256
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
Setting JVM options #44
Comments
I ran into a similar problem with the CLASSPATH; it looks like it needs to be set before importing I'm also curious about setting JVM options. |
I have the same problem and I the "make tests" command didn't run any test case. make tests OK When I run test by myself: |
Solved, The mac OS X jdk issue. |
Is there any way to set JVM heap size? something that works like this:
And there are some questions about CLASSPATH. When I set it in code, can't find my classes:
Even setting that out of my python file, doesn't change anything:
The text was updated successfully, but these errors were encountered: