[Ikvm-developers] dynamic class loading question
Brought to you by:
jfrijters
|
From: Wolf C. <Chr...@im...> - 2006-08-23 15:05:13
|
Hello, =20 One question to see if it's possible or not: =20 It's like the A.exe, B.dll, C.dll example on the Concepts page of the IKVM website (class loading concept).=20 But in my case it's A.exe, B.dll and C.jar. A knows B. B creates an instance of a class presents in C.jar. (And this jar is=20 Present in the classpath) =20 For the moment I always had a Class not found exception.=20 =20 So..Is there a way to make it works? Or.I have to forget this idea?=20 =20 Thanks in advance =20 Christian |