ftomassetti / jruby-javacompiler

Compile Java programmatically from JRuby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jruby-javacompiler

The goal of this project is to permit to compile Java programmatically from JRuby and use the compiled classes.

We are going to use the compiler API available on the JDK to do that.

Installation

Add this line to your application's Gemfile:

gem 'jruby-javacompiler'

And then execute:

$ bundle

Or install it yourself as:

$ gem install jruby-javacompiler

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Compile Java programmatically from JRuby

License:Apache License 2.0