Menu

#296 Object of the type "java.util.PropertyResourceBundle" can't be converted to the type "sun.util.resources.OpenListResourceBundle"

v1.0 (example)
closed-duplicate
nobody
None
5
2015-02-24
2015-02-22
No

We're using a Java-API which is converted via IKVM in our asp.net application. This has worked since many years, but now the company that provides the API has moved to Java 8. So we need IKVM 8.x. We have compiled everything with the latest RC1 but running into an exception "Object of the type "java.util.PropertyResourceBundle" can't be converted to the type "sun.util.resources.OpenListResourceBundle"".

I found a bug-report at http://sourceforge.net/p/ikvm/bugs/292/ but the solution does not work. All the OpenkJDK dlls are referenced in our data-access-layer.

Does anybody have an idea what might be the issue here?

Many thanks in advance

Discussion

  • Jeroen Frijters

    Jeroen Frijters - 2015-02-23

    Please double check that the correct OpenJDK assemblies are in the application bin directory.

     
  • Jeroen Frijters

    Jeroen Frijters - 2015-02-23
    • status: open --> closed-duplicate
     
  • Anonymous

    Anonymous - 2015-02-24

    You're completely right. Sorry for that interrruption.

    It turned out that some openJDK-assemblies were not copied to the main-solution's bin folder. Finally we have put them in the main-solution's root directory.

     

Log in to post a comment.