Re: [Ikvm-developers] IKVMC creating assembly with references to wrong OpenJDK runtime
Brought to you by:
jfrijters
|
From: Michael K. <mi...@sa...> - 2011-12-05 20:06:38
|
On 05/12/2011 19:27, Jeroen Frijters wrote: > Hi Michael, > > There's really not much magic going on, so it has to be something relatively simple. Yes. Hence my frustration at spending a whole day on it without finding the cause. > > Have you double checked the MyDotNet\ikvm-0.46.0.1\bin\IKVM.OpenJDK.*.dll files to make sure they are the right version? Yes. Treble and quadruple-checked. The fact that compiling other JAR files with the same script gives the right dependencies argues against this as the cause. > > Personally, I recommend using ILDASM to look at the dependencies (look inside the MANIFEST node), because it is very low level and doesn't do any "clever" stuff. > > I guess this is probably the avenue I've explored least - the possibility that my dependency analyzer is producing incorrect information. I'll give ILDASM a try when I get back to my Windows machine in the morning. Thanks for the suggestion. Michael Kay Saxonica |