From: thiagobrandam Date: 2008-10-05T04:28:13+09:00 Subject: Re: Syntax to include custom Java classes I figured out how to do. On Oct 4, 1:03 pm, thiagobrandam wrote: > 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.