[Mono-devel-list] Accessing .NET classes from Java application

Massimiliano Mantione massi at ximian.com
Sun Jan 16 15:30:05 EST 2005


On Sat, 2005-01-15 at 15:30, Rogerio Pereira wrote:
> How can i access mono classes, especially the reflection system, from
> my Java code?

AFAIK, you'll have a hard time doing it :-(

> The reason is a ASP.NET or WindowsForms designer writen in Java.

Who has done these designers?
Wouldn't it have been easier to implement the designers in .NET?

Only two solutions come to my mind:

[1] Use IKVM instead of a "regular" Java VM.
    Your designers will probably not run because ClassPath does
    not implement enough of AWT/Swing, but in principle (or if
    your designers were implemented with SWT) it should work.

[2] Use some product from MindSoft, I don't know how much they
    cost, but they can run .NET code inside a JVM.

Ciao,
  Massi





More information about the Mono-devel-list mailing list