How to compile Java source files directly to a .NET Framework binary? #422
Answered
by
trungnt2910
trungnt2910
asked this question in
Q&A
-
I have downloaded some old code from the internet containing a few Is there a way I can directly compile these files into a .NET Framework console application, or do I have to make them into |
Beta Was this translation helpful? Give feedback.
Answered by
trungnt2910
Sep 20, 2023
Replies: 1 comment 2 replies
-
Internally you have to compile them with a Java compiler first. But, IKVM.Net.Sdk exists to make that easier. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OK thanks, I found this in the tree, should have been a bit more visible though: https://github.com/ikvmnet/ikvm/blob/main/src/IKVM.NET.Sdk/README.md