Re: [Ikvm-developers] 7-zip-jbinding, with ikvm.exe, for C# / .NET
Brought to you by:
jfrijters
|
From: Volker B. <vol...@go...> - 2010-02-28 11:22:36
|
Hi, This sounds like a classloader problem. You should compile both jar files in one step. See in the wiki at http://sourceforge.net/apps/mediawiki/ikvm/index.php?title=ClassLoader for more details. If this not help then you can first write a small Java program. Test it on your platform. This should work. Then convert this Java program to a .NET program with ikvmc. This should also work. Then you can continue with Visual Studio. Volker _____ Von: Elfen [mailto:pem...@gm...] Gesendet: Sonntag, 28. Februar 2010 11:55 An: ikv...@li... Betreff: [Ikvm-developers] 7-zip-jbinding, with ikvm.exe, for C# / .NET I compiled 7-zip-binding's sevenzipjbinding.jar and sevenzipjbinding-AllPlatforms.jar, using ikvmc.exe. However, I got run-time errors when I tried to use these dll's in a C# application. Any leads on what I'm missing? More info is here: http://sourceforge.net/projects/sevenzipjbind/forums/forum/757965/topic/3563492/index/page/1 thank you for any leads / ideas |