Skip to main content

mindlocator - GestPay + Rails + Freebsd

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

Bookmark History

Saved by 1 people (0 private), first by anonymouse user on 2009-05-25


Public Sticky notes

RBJ is the ruby java bridge library we are going to use to talk to the java class. You can install it this way:

# gem install rjb 

You’ll probably get this error if you don’t have JAVA_HOME set:

extconf.rb:44: JAVA_HOME is not setted. (RuntimeError)

Retry:

# setenv JAVA_HOME /usr/local/jdk1.6.0/
# gem install rjb
Building native extensions.  This could take a while...
Successfully installed rjb-1.1.3
1 gem installed
#

Highlighted by harryli

Readers (1)