Currently working on Java Project and want to call and use my jar file in .net(C#) Visual Studio, Was Currently using IKVM.WINDWARD(8.5.3),IKVM 8 and working fine with JDK 8 but i require a solution for JDK 11, There might be a scenario that IKVM is not getting Future updates, so is there any better way to do the same, explored about the JNI but as it uses C/C++ it is not needed in the current project, please suggest a solution to perform this operation.
sample reference program used from https://sourceforge.net/p/ikvm/wiki/Run_a_jar_file_on_the_fly/
wanting a better solution or a new way to call java(11) jar in .net(C#) code.