With 0.20.0.0 I got this error: david@goliath ~/svn/DavidHomeMono/TestMultipleLanguages/JavaTest $ ikvm application.class Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for java.lang.ThreadGroup ---> java.lang.IllegalAccessError: Field java.lang.ThreadGroup.threads is final--- End of inner exception stack trace --- at <0x00000> <unknown method> at java.lang.VMThread.currentThread () [0x00000] at java.lang.Thread.currentThread () [0x00000] at Starter.Main (System.String[] args) [0x00000] Reproducible: Always Steps to Reproduce: 1. emerge latest ikvm (0.20.0.0) 2. try running a hello world program 3. unmerge ikvm 0.20.0.0 4. emerge latest ikvm-bin (0.14) 5. try running a hello world program Actual Results: 0.20 didn't work 0.14 worked Expected Results: They both should work. I still need to try 0.14 non-bin version... I don't have time right now in a super rush to leave work but will try when I get home.
There is a new version in CVS, which addresses this issue. Thanks for your report!