Re: [Ikvm-developers] ClassNotFoundException: sun.util.logging.resources.logging_en
Brought to you by:
jfrijters
|
From: Jeroen F. <je...@su...> - 2013-11-01 07:05:00
|
Hi, Are you running the in debugger by any chance? If so, you should simply ignore these exceptions, that's just the way Java works. It tries to load lots of classes that don't exist. Regards, Jeroen > -----Original Message----- > From: Michael Powell [mailto:mwp...@gm...] > Sent: Thursday, October 31, 2013 22:26 > To: ikv...@li... > Subject: [Ikvm-developers] ClassNotFoundException: > sun.util.logging.resources.logging_en > > Hello, > > We are adapting a HUGE (no lie) suite of jars, classes, etc, into our > .NET application. When the app starts running, I am encountering the > ClassNotFoundException over a class called > "sun.util.logging.resources.logging_en". > > My guess is that when IKVM is generating proxies, I need to specify that > it should find dependencies, and/or where to find those dependencies, > which run-time to generate, that sort of thing? > > Thank you... > > Regards, > > Michael Powell > > ------------------------------------------------------------------------ > ------ > Android is increasing in popularity, but the open development platform > that developers love is also attractive to malware creators. Download > this white paper to learn more about secure code signing practices that > can help keep Android apps secure. > http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clk > trk > _______________________________________________ > Ikvm-developers mailing list > Ikv...@li... > https://lists.sourceforge.net/lists/listinfo/ikvm-developers |