Are these tips still valid?

View: New views
2 Messages — Rating Filter:   Alert me  

Are these tips still valid?

by Chris Kutler :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Are these tips from http://wiki.netbeans.org/FaqHowToCallJavaFromRuby 
still valid?

To get faster JRuby startup

export JRUBY_EXTRA_VM_ARGS=-Xverify:none

To run JRuby from the IDE using a different JDK than the IDE

-J-Djruby.java.home=/System/Library/Frameworks/JavaVM.framework/Versions/1.5/Home



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: Are these tips still valid?

by Martin Krauskopf :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Chris Kutler wrote:
> Are these tips from http://wiki.netbeans.org/FaqHowToCallJavaFromRuby 
> still valid?
>
> To get faster JRuby startup
> export JRUBY_EXTRA_VM_ARGS=-Xverify:none
>
> To run JRuby from the IDE using a different JDK than the IDE
>
> -J-Djruby.java.home=/System/Library/Frameworks/JavaVM.framework/Versions/1.5/Home

 From the user's point of view, yes. I see that -Xverify:none is used
every time, but that's rather implementation detail.

        m.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...