Hi,
I am compiling my .rb files to .java files in Windows using the command
“jrubyc --java *.rb”. This produces .java files but all the files comes
with default package (no package declaration) is there a way to include
package declaration automatically?
Thanks,
Prabhu