.NET Core 8 and IBM JTOpen #452
-
Hi, I've been using IKVM to use IBM's Toolbox for Java ( https://github.com/IBM/JTOpen ) to communicate with iSeries/AS400 APIs via .NET Framework without issues using an old version of IKVM (7.2) I'm trying to upgrade my software to .NET 8 and using IKVM 8.7.1 and JTOpen and I'm having issues related to the initialization of classes: Anyone using IKVM + JTOpen + .NET 8 successfully? Thank you, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Can you show the full stack trace? |
Beta Was this translation helpful? Give feedback.
-
at java.io.Writer..ctor(Object lock) PS: It also refers to a NullPointer Exception Thank you! |
Beta Was this translation helpful? Give feedback.
Welp, try creating a new java.lang.Object() before using any of the other libraries. Might be another bootstrapping error.