Easiest way to call Java from C #?

We have the main code in Java that runs on the desktop, which we want to reuse using the MS.NET user interface (instead of the desktop). Any do or not welcome.

+3
source share
5 answers

You can watch IKVM .

This is an implementation of the Java virtual machine on top of the .NET Framework. There are some parts specifically designed for interoperability between the .NET and Java worlds, so you can (more or less) easily use one of them.

+8
source

- Java-, .net. ( -)

+6

$$$$, mainsoft; Java # , .

.

+2

j-interop

Java → DCOM, , , Java DCOM.

java, .

+1

I agree with the webservices method proposed by "2009MIPS". It offers the cleanest and most debugged way to do this.

+1
source

Source: https://habr.com/ru/post/1723004/


All Articles