Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm trying to compile JRuby Gems into Java Classes.

the Ruby code is in C:\compass. I'm running the following command:

C:\compass>jrubyc --javac .

this generates a bunch of .java files in C:\compass but no .class files. I saw some old posts about a bug that was supposedly fixed but I'm using the latest versions JRuby1.7.1

also, I couldn't find the correct syntax to specify a destination directory. I tried

C:\compass>jrubyc --javac -Jd -Jclasses .

or

C:\compass>jrubyc --javac -J "-d classes" .

but nothing seems to work.

any thoughts will be appreciated.

thanks :)

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.