include Java
require '/Users/sk/Downloads/Record.jar'
java_import 'net.patient.rest.PatientREST'
JRuby Code:
class PatientRecordController < ApplicationController
def index
PatientREST.getREST()
end
end
When i run this JRuby on Rails code I get a routing error:
cannot link Java class net.patient.rest.v2.PatientREST, probable missing
dependency: org/jboss/resteasy/spi/ApplicationException
meanwhile in my java code that i am trying to include I
"import org.jboss.resteasy.spi.ApplicationException;"
--
Posted via
http://www.ruby-forum.com/.
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email