Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] How to configure jruby-complete.jar as interpreter runtime

Hi Torben,

DLTK has no support for using of jruby-complete at the moment.
But you could use it using bat file. Please create a bat file (jruby.bat) with following content:
java -jar jruby-complete-1.1.6.jar %*

And then add this file as new Ruby interepreter.
Also I have posted a bug to our issue tracked to improve this situation: https://bugs.eclipse.org/bugs/show_bug.cgi?id=268018

Best regards,
Andrei Sobolev.

Hi all,

I am using DLTK-Ruby v0.95.

Is there a possibility to configure the jruby-complete-1.1.6.jar as an interpreter runtime?
In the configuration dialog I am supposed to enter a runtime executable, but I have no jruby.exe, as I only have the jruby-complete.jar file.
When I tried to enter "java.exe" as the executable (wanting to -cp the jruby-complete.jar) it says "no Interpreter executables found".

Is that possible at all?

Thank you and best regards,
Torben

_______________________________________________ dltk-dev mailing list dltk-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/dltk-dev


Back to the top