Prev: leak tracking x64
Next: Swap contents in two files
From: MrZombie on 30 Jul 2010 08:22 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 31 Jul 2010 07:26 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 31 Jul 2010 09:15 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 4 Aug 2010 00:52 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 |