ikvm
Gate Named Entity with ANNIE using IKVM in .net
I am looking for some guidance on using Gate and ANNIE in a .net enviornment.Has anyone converted GATE to a .NET DLL using IKVMC, and had much success running named entity recognition 开发者_StackOver[详细]
2023-01-05 14:29 分类:问答How do I add a reference to an assembly?
I a开发者_开发知识库m trying to run some PDF to text C# code. I have references to 2 DLLs and I get this error when I try to run the program:[详细]
2023-01-02 16:50 分类:问答Crazy idea: Connect .NET and SAP with SAP JCo using IKVM.NET
Because the SAP Connector for .NET is no longer maintained by SAP, I am now looking for an alternative to connect the Microsoft world with the SAP world. I know there are third party products like \"E[详细]
2023-01-02 07:29 分类:问答Using IKVM to convert a JAR (Flying Saucer - xhtmlrenderer)
I wanted to use the Flying Saucer Java API in .NET so I tried to use IKVM to convert the Flying Saucer library:[详细]
2023-01-01 12:44 分类:问答Setting CLASSPATH during runtime
How do I set开发者_StackOverflow a CLASSPATH variable during runtime while using IKVM? I\'ve been trying to do it by using:[详细]
2022-12-31 05:58 分类:问答How to use PDFBox 1.0 in .net / C# environment using IKVM
Id like to use PDFBox to generate PDF highlight files in my .net project.PDFBox states that it can be used in .net via IKVM[详细]
2022-12-21 09:55 分类:问答SVNException unable to rename file when using SVNKit in a ikvmc-ed library in C#
I used ikvmc to compile svnkit to a C# (dll) library and linked it as a reference to my project. I tried a proof of concept code to checkout:[详细]
2022-12-20 04:44 分类:问答Run IKVM exe as a Windows service
How could I run my IKVM-comp开发者_运维百科iled exe as a Windows service? Should I write a Wrapper service to it? Is there already anything to do this?Try Topshelf. It is a service wrapper that eases[详细]
2022-12-13 17:55 分类:问答Setting JVM parameters at runtime
Is it possible to change/modify/adding VM parameters after the JVM is already开发者_C百科 loaded (running)? If so, how can I do it?For properties you\'d set via the -D flag on the command line, you wa[详细]
2022-12-11 23:31 分类:问答Extracting text from a PDF file
I\'m using PDFBox for a C# .NET project. and I\'m getting a \"TypeInitializationException\" (The type initializer for \'java.lang.Throwable\' threw an exception.) when executing the following block of[详细]
2022-12-11 06:32 分类:问答