0

Have looked at this and this where it gives the same solution of mono project, I don't want to use third party want to use a .net core solution. I will be creating a new C# .net core project but am bound to use tens of jars, which of course I cant port to .net.

So want to know is there a way to use a jar in a .net core project

Cœur
  • 37,241
  • 25
  • 195
  • 267
shabby
  • 3,002
  • 3
  • 39
  • 59
  • I assume you don't mean jar, you mean the Java bytecode inside them. Directly it is not possible because it's completely different platform. – Sami Kuhmonen Mar 14 '17 at 07:02
  • ok understand that, so that will not be possible? – shabby Mar 14 '17 at 07:08
  • You could probably use process' to run them, and you can get command line output by reading the processoutput, but other than that there is no direct functionality available to hook a jar into your .NET application. – Sasha Mar 14 '17 at 09:27

0 Answers0