From: MrZombie on
Hi! I'm currently building a program which will be mostly standalone,
and use little libraries, if at all.

If I want to use the project as a library within a Java program, would
it be possible to compile it through JRuby?

--
Thank you for your brain.
-MrZombie

From: Roger Pack on
MrZombie wrote:
> Hi! I'm currently building a program which will be mostly standalone,
> and use little libraries, if at all.
>
> If I want to use the project as a library within a Java program, would
> it be possible to compile it through JRuby?

Probably.
jruby.org

-r
--
Posted via http://www.ruby-forum.com/.

From: Roger Pack on
Roger Pack wrote:
> MrZombie wrote:
>> Hi! I'm currently building a program which will be mostly standalone,
>> and use little libraries, if at all.
>>
>> If I want to use the project as a library within a Java program, would
>> it be possible to compile it through JRuby?
>
> Probably.
> jruby.org

See also
http://wiki.github.com/rdp/ruby_tutorials_core/ruby-talk-faq#ruby_to_exe

and

http://www.mirah.org/

GL!
-r
--
Posted via http://www.ruby-forum.com/.

From: Charles Oliver Nutter on
In JRuby 1.5, we introduced a feature to the jrubyc compiler to
produce a "normal" Java class from Ruby code. Check out this wiki
page:

http://kenai.com/projects/jruby/pages/GeneratingJavaClasses

On Fri, Jul 30, 2010 at 7:25 AM, MrZombie <mrzombie(a)thezombie.net> wrote:
> Hi! I'm currently building a program which will be mostly standalone, and
> use little libraries, if at all.
>
> If I want to use the project as a library within a Java program, would it be
> possible to compile it through JRuby?
>
> --
> Thank you for your brain.
> -MrZombie
>
>
>

 | 
Pages: 1
Prev: leak tracking x64
Next: Swap contents in two files