Displaying 1 result from an estimated 1 matches for "include_package".
2009 Feb 09
0
classpath Issue
...Ruby/RoR and would appreciate any help on the issue I am
trying to resolve far past 2 days.
I have a java application as a jar and I have 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 externa...