ikvm
Using IKVM-compiled Java .dll in VBA/Excel?
I am looking to be able to execute code from a Java project inside an Excel VBA sheet. Elsewhere on SO, I have discovered IKVM, which is a .NET implementation of Java which allows converting a .jar in[详细]
2023-03-24 01:02 分类:问答Problem using Java standard library in C# with IKVM
I\'m trying to use java.util.List in a C# file. I have IKVM 0.40. I tr开发者_StackOverflow中文版y to use the java.util namespace like this[详细]
2023-03-22 04:39 分类:问答Is there a IKVM for Java? Can I run .NET assemblies on a JVM?
IKVM is an amazing beast that lets me execute Java jars in a .NET envi开发者_运维问答ronment. That is, it\'s a JVM written on the .NET runtime (CLR).[详细]
2023-03-19 23:38 分类:问答Java and .NET Streams Interoperability Through IKVM
In my current project I use IKVM to cross-compile several Java libraries that deal with various aspects of XML. These libraries are then integrated with several .NET libraries and my mainline code. Ev[详细]
2023-03-18 17:42 分类:问答IKVM - Unable to convert a jar to dll
Team, Ia m using IKVM to convert a jar file to a dll, so that I can use it with C# to test the Java application...I dont have the original java source code or the class files.[详细]
2023-03-17 16:46 分类:问答How to run Jetty on IKVM?
I am new in jetty. I am trying to run Jetty with IKVM. However, it throws exception. I am not sure what should I do.[详细]
2023-03-12 07:56 分类:问答C# library using IKVM has namespace ambiguity between IKVM.OpenJDK.ClassLibrary and IKVM.OpenJDK.Core
I am using IKVM to wrap a java application into a dll.I am not particularly familiar with IKVM so I apologize in advance for not providing enough information.Anyway, I am using a c# library that makes[详细]
2023-03-05 14:12 分类:问答Conversion of jar to dll using ikvm
I am trying to convert a jar into dll in dotnet using IKVM but am getting this error Exception in thread \"main\" java.lang.ClassNotFoundException: \\Location of the jar\\...[详细]
2023-02-18 11:34 分类:问答IKVM java.util.List error in remapping to properties!
Domain: Public Transportation System Language: Java Tool: IKVM I have a class Line which has a list of Stop.[详细]
2023-02-13 12:20 分类:问答IKVM complex custom type error in remapping to properties!
I used the above and wrote this: <class name=\"umple.pts.domain.coreEntities.Stop\"> <property name=\"StopName\" sig=\"()Ljava.lang.String;\">[详细]
2023-02-04 00:40 分类:问答