Displaying 1 result from an estimated 1 matches for "whateversomething".
2009 Feb 09
0
classpath Issue
...included in the controller
as below.
require ''java''
require ''C:/Documents and Settings/user/Desktop/application.jar''
include_package ''whatever.something''
After that I am calling a method from one of the classes in the jar.
puts Java::WhateverSomething::Engine.helloWorld()
This helloWorld() program does a very complex thing :) and returns an id
string that I am trying to display in the console. This external
application has a call to the DB.
I have the driver jar in the application.jar. Also, I have included in
the RoR java runtime library and...