Re: [Ikvm-developers] The type initializer for 'java.nio.charset.StandardCharsets' threw an excepti
Brought to you by:
jfrijters
|
From: Amol K. <amo...@gm...> - 2014-04-05 14:32:26
|
I have stressed stack and I have found that exception is thrown from IKVM.OpenJDK.Util and mscorlib On Sat, Apr 5, 2014 at 6:31 AM, Amol Kamble <amo...@gm...> wrote: > Hi, > I am developing windows 8 app for my educational project work. I want to > do classification. For that I have converted WEKA in to dll using IKVM as > per instructions given. Then added that weka.dll file in my source code. > Then I have used exmple given on the WEKA site. but there I got run time > error "The type initializer for 'java.nio.charset.StandardCharsets' threw > an exception" when I am passing object of one clss to another class via > constructor. > Any help is highly appreciated > |