Use JAR from .Net Core

How can I use a JAR (explicitly designed in Java) inside .Net Core? In the .Net world, we could register it as a COM component and access it. I know .Net Core doesn't support COM components yet. Libraries like IKVM / JNBridge don't support .Net Core yet.

+3


source to share





All Articles