ikvm
IKvm and wcf serialization error
I have java object that can access by using ikvm in .net.object is successfully fill and manipulate in WCF layer. But after retrieve object from WCF to Client, client side error populate.[详细]
2023-04-13 07:20 分类:问答Java classes can't get the resources in JAR files that compiled with IKVM
I\'ve converted a java library succesfully with ikvmc. Java library uses some resources inside its self jar file. I can reach all classes of this java library, but if I call a method that call开发者_高[详细]
2023-04-11 14:20 分类:问答ikvm java spring issue: Cannot find the declaration of element 'beans'.
I am using ikvm .46 to convery java to dll. I am trying to call a function written in java (converted to DLL ) that loads spring beans.I have converted all dependencies to dll.[详细]
2023-04-03 09:11 分类:问答IKVM load jars from .NET project
Is there any wa开发者_如何学JAVAy to load a jar file from .NET project using IKVM? Summary of what I am trying to achieve[详细]
2023-04-03 04:54 分类:问答FOP and IKVM in .NET - Images Not Working
UPDATE2: I got it working completely now! Scroll way down to find out how... UPDATE: I got it working! Well... partially. Scroll down for the answer...[详细]
2023-04-03 03:26 分类:问答ikvm on wp7, wp7 mango, or silverlight 4+?
Is it possible to run ikvm in \"dynamic mode\" on wp7? I know wp7 versions prior to 7.5 (mango) have limitations such as lack of reflection.emit that might throw a wrench in ikvm\'s implementation, ho[详细]
2023-03-28 09:24 分类:问答How to call a dll file from c#
I am trying to call a dll file from c# The dll file is made from a java application using ikvm and for now all the code does is print hello world.[详细]
2023-03-26 03:29 分类:问答IKVM Help - Cannot find class when creating dll
This is a follow up to this post where i have discovered how to interact with dll files that were generated from .jars via IKVM How to call a dll file from c#[详细]
2023-03-25 12:25 分类:问答Loading a class at runtime
I have some code which loads the class at runtime: Class.forName(\"oracle.jdbc.driver.OracleDriver\");[详细]
2023-03-25 07:04 分类:问答How to convert from java.awt.image.BufferedImage/PDXObjectImage to System.Drawing.Image?
I am using IKVM in a C# application so that I can use PDFBox to extract information from PDFs.Using PDFBox, I am able to extract images into PDXObjectImage.I need to get this PDXObjectImage into a Sys[详细]
2023-03-25 06:00 分类:问答