You may want to check which ruby platform your Netbeans project is set
to. Right click on the project name -> Properties ->Run. If it says
Jruby you need to change it to Ruby for fox to work.
MAwiniarski wrote:
···
Greetings,
I've got FXRuby gem installed in NetBeans 6.5b
Code starts:
require 'rubygems'
require 'fox16' --> this line returns error (from custom_require.rb
file)
True. I've change Ruby Platform to pure ruby and it works.
···
On 9 Wrz, 23:03, "lrleb...@gmail.com" <lrleb...@gmail.com> wrote:
You may want to check which ruby platform your Netbeans project is set
to. Right click on the project name -> Properties ->Run. If it says
Jruby you need to change it to Ruby for fox to work.
MAwiniarski wrote:
> Greetings,
> I've got FXRuby gem installed in NetBeans 6.5b
> Code starts:
> require 'rubygems'
> require 'fox16' --> this line returns error (from custom_require.rb
> file)