Re: [Ikvm-developers] IKVM-generated dlls inter-dependency - how?
Brought to you by:
jfrijters
|
From: Volker B. <VB...@in...> - 2012-02-20 15:25:43
|
Hi, Take a look on the classloader doku at: http://sourceforge.net/apps/mediawiki/ikvm/index.php?title=ClassLoader Volker -----Ursprüngliche Nachricht----- Von: geoffreycheng [mailto:geo...@gm...] Gesendet: Montag, 20. Februar 2012 16:21 An: ikv...@li... Betreff: [Ikvm-developers] IKVM-generated dlls inter-dependency - how? I have used IKVM to a great deal in my team. It saves us tremendous time not having to develop .NET client libraries for every service we wrote. It's a godsend. There is one thing I cannot quite figure out though after reading ALL I can about IKVM... Currently I'm only able to generate 1 dll for all the jars a client needs in order to communicate with the service we developed. I'm using *.jar to combine all jars into 1 MyClient.Lib.dll: ikvmc -target:library -out:MyClient.Lib.dll -sharedclassloader *.jar <u>The Problem Statement:</u> If I have a core.jar, and a client.jar which depends on core.jar, how can I generate 2 dlls, client.dll and core.dll, so that when I add references to them in my .NET project the client.dll is able to find core.dll? Desperately need help. Geoff -- View this message in context: http://old.nabble.com/IKVM-generated-dlls-inter-dependency---how--tp33326996p33326996.html Sent from the IKVM .NET - Dev mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ Ikvm-developers mailing list Ikv...@li... https://lists.sourceforge.net/lists/listinfo/ikvm-developers |