Grzegorz B. Prokopski wrote:
Please use jikes from testing distro (1.15). You shouldn't have anyJikes seems to have changed a lot since 1.15 (http://www-124.ibm.com/developerworks/downloads/detail.php?group_id=10&what=rele&id=444).
other problems because of that. Bytecode outputed by newer
jikes makes use of some functions that SableVM doesn't have yet.
Still with my 1.18: $ jikes-sable --source 1.2 Hello.java $ sablevm --no-copyright Hello works, 1.3 does not.