[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: .NET (c/o Mono) Bindings

From: Kyle Kline <kyle.kline_at_gmail.com>
Date: 2005-11-30 22:26:12 CET

It doesn't run a VM inside of the .NET CLR -- IKVM in this usage actually
converts the Java bytecode directly into MS/Mono CIL -- it runs directly on
the Mono/.NET VM.

To the CPU -- make sure you GAC & prejit (ngen/aot) on GNU.Classpath.dll,
since it is rather large (9mb I think).

The solution performed just fine for me on a rather lowly box.

-Kyle

On 11/30/05, Toby Johnson <toby@etjohnson.us> wrote:
>
> Kyle Kline wrote:
> > Previous post -- you can use the javahl bindings by compiling javahl
> > to a .NET dll with IKVM:
> >
> > http://svn.haxx.se/users/archive-2005-05/0065.shtml
> I tried that and it was a complete dog. My CPU went to 100% and stayed
> there immediately on loading the bindings. Running a Java VM from within
> .NET is just one too many levels of indirection I think!
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>
Received on Wed Nov 30 22:36:48 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.