Re: [Ikvm-developers] Problems using ToolProvider.getSystemJavaCompiler in IKVM converted Assembly
Brought to you by:
jfrijters
|
From: Volker B. <vol...@go...> - 2013-03-14 20:46:26
|
Am 14.03.2013 11:18, schrieb spama:
> Hi Volker,
>
> That was the solution, i added
>
> ikvm.runtime.Startup.addBootClassPathAssemby(Assembly.Load("IKVM.OpenJDK.Tools"));
>
> To the .NET Assembly that uses the IKVM converted Assembly and now
> everything works perfect.
>
> Thank you and also Jeroen very much for your support!
>
> btw: i dont have the -Xreference parameter for ikvm.exe - do you have an
> older version?
Do you means the command line help? This does not include this
parameter. I have start a more complete list in the wiki
http://sourceforge.net/apps/mediawiki/ikvm/index.php?title=Ikvm
> Best Regards
> Martin
>
|