ikvmnet / ikvm

A Java Virtual Machine and Bytecode-to-IL Converter for .NET
Other
1.26k stars 118 forks source link

interacting with dotnet libraries #302

Closed Frontrider closed 1 year ago

Frontrider commented 1 year ago

With this, can I use a dotnet library, as if it was a part of the java ecosystem? Or do anything to interact with a specific dotnet library?

wasabii commented 1 year ago

IKVM is a Java VM on top of .NET. Not the other way around.

Frontrider commented 1 year ago

No I meant calling down for a dotnet library, from java bytecode running on top of IKVM.

wasabii commented 1 year ago

Oh. Yeah.

Frontrider commented 1 year ago

Gonna be way too much effort (doable) for what I need. Interesting to see tough.