Calling java function from JRuby

A

Ahmed Abdelsalam

Hi,...

I'd like to call java function from inside JRuby. For example, when a
certain event happen inside JRuby script, the java function is executed.

To simplify it:
Here is some ruby code:
def handle_value(value)
# I want to send value to the java function to handle it
end


Here is a java function
void handle_value(String value)
{
System.out.println("value = " + value);
}


Any help please?

Regards,...

Ahmed
 
N

Nick Sieger

Hi,...

I'd like to call java function from inside JRuby. For example, when a
certain event happen inside JRuby script, the java function is executed.

To simplify it:
Here is some ruby code:
def handle_value(value)
=A0 # I want to send value to the java function to handle it
end


Here is a java function
void handle_value(String value)
{
=A0 =A0System.out.println("value =3D " + value);
}


Any help please?

http://lmgtfy.com/?q=3Dcalling+java+from+jruby

Cheers,
/Nick
 
M

Michael Bruschkewitz

Nick Sieger said:
http:// DONT_USE_THIS_LINK!!!!
lmgtfy.com/?q=calling+java+from+jruby

Have you tried this request before posting this link here?
Did you know every Google search request wastes the same energy as an
11-watt energy saver lightbulb in an hour? Some people will have clicked
this link and watched what happens.

So you will have sent some african village into darkness.

I think lmgtfy website is really funny, but should not be used.

Michael B.
 
L

lith

Did you know every Google search request wastes the same energy as an
11-watt energy saver lightbulb in an hour? Some people will have clicked
this link and watched what happens.

Do you happen to know how much energy was wasted by my entirely
pointless reply to your insightful message?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,172
Messages
2,570,934
Members
47,477
Latest member
ColumbusMa

Latest Threads

Top