Getting JRuby to work in RubyMine
- by John Baker
I setup the proper SDK because all my ruby code will compile but RubyMine complains that
it can't find the any of my java classes? Is this a flaw or is there a way to get it to recognizewhere the classes are?
Here is my code, I have underlined all the things its complaining about
require 'java'
include_class 'java.awt.event.ActionListener'…