Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 0.9.2
-
Fix Version/s: JRuby 0.9.8
-
Component/s: Core Classes/Modules
-
Labels:None
-
Number of attachments :
Description
- Add #getJRubyHome to IRuby, use instead of System.getProperty("jruby.home") everywhere.
- Some rework to RbConfigLibrary to provide sensible defaults for some of the values
- #getJRubyHome implementation uses System.getProperty("jruby.home") if provided, else falls back to ~/.jruby (this is to support
JRUBY-419)
With these changes, org.jruby.Main can function without the jruby launcher script.
Issue Links
| This issue is depended upon by: | ||||
| JRUBY-419 | Experiments with direct complete-jar-launched utilities |
|
|
|
Exactly the right things to fix.