From: thiagobrandam Date: 2008-10-05T01:03:26+09:00 Subject: Syntax to include custom Java classes Hi guys. This is a newbie's question: how do I do to include custom Java classes in a .rb file? Do I have to make a .jar file and then call a require? If so, what's the next thing I have to do to use a Java class in the same .rb file? Thanks in advance.