hi Jun,
not sure if this solves your issues, but you could try
"/define:CONSOLE" - adding this option to your c# compiler could
remove some redundant dependencies for simple things like hello world in java.
//oren
On Sun, Oct 14, 2012 at 1:05 PM, Jun Lee <jun...@gm...> wrote:
> 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.
>
>
> ------------------------------------------------------------------------------
> Don't let slow site performance ruin your business. Deploy New Relic APM
> Deploy New Relic app performance management and know exactly
> what is happening inside your Ruby, Python, PHP, Java, and .NET app
> Try New Relic at no cost today and get our sweet Data Nerd shirt too!
> http://p.sf.net/sfu/newrelic-dev2dev
> _______________________________________________
> xmlvm-users mailing list
> xml...@li...
> https://lists.sourceforge.net/lists/listinfo/xmlvm-users
>
|