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 ..
I have a jar file exporting some functions which i want to use in my asp.net application. How can i achieve this?
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.
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
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
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:
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
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
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.开发者_运维技巧
I would like to build the latest version of PDFBox (http://pdfbox.apache.org/userguide/dot_net.html) for use within my .NET project.