-
-
Notifications
You must be signed in to change notification settings - Fork 925
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
include_package not working as expected with jruby-9.0.0.0.rc1 #3036
Comments
@monkstone would be najs to get a clean reproducable piece of .rb instead of mentioning some app.rb somewhere ... if possible of course :) thanks! |
Here is a minimal test that requires processing core.jar to make sense. Which I have provided here, previous optimism about a fix with https://github.com/monkstone/animationloop jruby -J-Djruby.backtrace.style=raw test.rb Output
|
@monkstone thanks ... in that case it's not at all related to Java Integration but class-loading being changed on master - the thread context class loader is no longer set to the JRuby class-loader (for consistency between jruby command line use and elsewhere). for now you can work-around by doing :
(early on e.g. before also it's very hard to tell which version of the processing .jar you're using (for linking to source on GH), but the thrown exception should hide a |
@kares just a footnote here but significant for Windows users CLASSPATH separator is different on Windows |
In ruby-processing/JRubyArt previously I have been able to
And that has been sufficient for me to run processing sketches (in ruby-processing/JRubyArt) now I've been getting this error
This can be "fixed" by modifying JRubyArt app.rb to includeidea for fix didn't work anyway
But surely that should not be necessary in addition to theinclude_package
that has previously just worked?The text was updated successfully, but these errors were encountered: