Skip to content

Commit

Permalink
Add prototype "real class" generation to jrubyc --java.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Jan 15, 2010
1 parent 34d9c5f commit bc89076
Show file tree
Hide file tree
Showing 4 changed files with 428 additions and 100 deletions.
2 changes: 1 addition & 1 deletion bin/jrubyc
Expand Up @@ -2,7 +2,7 @@

require 'jruby/jrubyc'

status = JRubyCompiler::compile_argv(ARGV)
status = JRuby::Compiler::compile_argv(ARGV)

if (status != 0)
puts "Compilation FAILED: #{status} error(s) encountered"
Expand Down

0 comments on commit bc89076

Please sign in to comment.