From: Jun L. <jun...@gm...> - 2012-10-14 20:05:21
|
Hello, Does anyone know how to solve the missing references to java.util.prefs.AbstractPreferences and java.util.zip.Checksum when cross compiling with the csharp target? Even when I cross compile a simple Java Hello.class to C#, I still get these errors from the csharp compiler (Mono). I tried to add the AbstractPreferences*.class and Checksum.class to the cross compiled set, but that gives a lot of errors for uninplemented interface/abstract methods. |