Does this mean Java bytecode that comes out from javac will run on Parrot and I won't need to install a separate JVM or .NET runtime for that matter ?
Sure y not?
Java byte code can be converted to a PPFF(Parrot Pack File Format) which assures that java bytecode will and can be run on PVM(parrot virtual machine).
Thanks
Sasi Kumar