ikvm
String and complex data types in Map.xml for IKVM!
I am using IKVM to transform my java .jar file to a .NET .dll file. I can create a property from the getter and setters of integer types ..[详细]
2023-02-03 23:17 分类:问答Using Java .jar package in asp.net 4.0 application?
I have a jar file exporting some functions which i want to use in my asp.net application. How can i achieve this?[详细]
2023-02-03 21:46 分类:问答How can you emulate object serialization on java in C#
I need to call a servlet call for an automation of a java applet using c#. What the java applet is it calls a servlet using a URL Connection object.[详细]
2023-01-31 18:41 分类:问答how to convert a jar to dll, the jar depending on multi jars
Hi i try to use ikvmc (http://www.ikvm.net/) to conver a jar to a dll the jar is : http://dl.dropbox.com/u/284185/dartapi.jar[详细]
2023-01-30 09:52 分类:问答IKVM Apache FOP
I am trying to compile the Apache FOP v1.0 library to a .NET DLL. I followed the instructions in: Using ApacheFOP v1.0 in .NET application[详细]
2023-01-27 23:57 分类:问答IKVM.NET: ikvmstub chokes on mscorelib version issue
I found quite a few Google hits on this issue, but couldn\'t find a solution. When I try to convert a .NET-Interface to a Java stub using ikvmstub.exe I get the following error:[详细]
2023-01-26 21:59 分类:问答How to choose between IKVM static and dynamic modes?
I\'m deploying some Java libraries in my .NET applicatio开发者_如何转开发n. Should I convert the Java libraries into DLLs with ikvmc, or should I use the dynamic features to do the conversion at runti[详细]
2023-01-23 05:10 分类:问答Using ApacheFOP v1.0 in .NET application
Has anyone successfully complied the Apache FOP v1.0 library to a .NET DLL?I am using the IKVM syntax found at http://onjava.com/pub/a/onjava/2004/08/18/ikvm.html; however, the compiled DLL seems to b[详细]
2023-01-20 05:48 分类:问答Where does IKVM get its CLASSPATH from?
I have a .NET assembly that was converted from a jar file. This library looks for files in its classpath. I keep getting missing resource exceptions when running the application.开发者_运维技巧[详细]
2023-01-11 01:15 分类:问答PDFBox - Building the latest version for .NET using IKVM
I would like to build the latest version of PDFBox (http://pdfbox.apache.org/userguide/dot_net.html) for use within my .NET project.[详细]
2023-01-10 23:15 分类:问答