Hi,
When I run my application on JRuby, I often see the following warning
message:
WARNING: while creating new bindings for class
autofs.na4_proj.atm009.madden.mic_gpu.tst.ts,
found an existing binding; you may want to run a clean build.
The bit after ‘class’ reflects the path to my main application file,
ts.rb, and the warning may appear up to three times per invocation of my
application, or not at all.
Can someone tell me what this means, and what might trigger it?
java -jar jruby-complete.jar -e "puts RUBY_VERSION; puts
JRUBY_VERSION"
1.9.3
1.7.3
I’d be happy to update my JRuby version, if that might help, but would
like to understand what this warning means in any case.
Thanks!
paul