-
-
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
Automatically import jars from "~/.m2" #4464
Comments
|
@kares , I made a Say for example, I wish to import Shouldn't one prefer |
@abhi18av if the require did not fail than it must have done something you could also do jirb is just irb (you can do a the tracker is more-less for issues or for q that might be bugs. |
Sure @kares , I understand :) |
@abhi18av @kares I would not suggest the blanket require kares mentioned (since on my system you would likely run out of memory including that many jars) but the glob itself did not work because it did not contain '**': |
I need to give my 2 cents as well: |
Hi @jruby team :)
Hey, I find myself relying more and more on
jRuby
- especially with using the native java libraries. I was wondering if there's a way I can customizepry
orjirb
to automatically import the~/.m2
jars.jruby -v
uname -a
Linux eklavya 4.4.0-36-generic #55-Ubuntu SMP Thu Aug 11 18:01:55 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
I have most of my useful libs downloaded by
leiningen
into the./m2
.Please excuse me, if this might be a silly question but I'd love to explore as many java libs with jRuby as I can.
The text was updated successfully, but these errors were encountered: