-
-
Notifications
You must be signed in to change notification settings - Fork 136
Open
Description
Using current latest NUGET 8.14.0 in NET 8 console app.
I try to run a jar that uses JFileChooser to let one open files.
This causes the following error:
Exception in thread "Swing-Shell" java.lang.InternalError: Could not initialize COM: HRESULT=0x80010106
at java.lang.reflect.Constructor.newInstance(Constructor.java:413)
at IKVM.Runtime.JNI.JNIEnv.ThrowNew(Unknown Source)
at sun.awt.shell.Win32ShellFolderManager2.initializeCom(Native Method)
at sun.awt.shell.Win32ShellFolderManager2$ComInvoker$3.run(Win32ShellFolderManager2.java:585)
at java.lang.Thread.run(Thread.java:978)
I could simply replicate it if I just try to create it in the csharp code like this:
using javax.swing;
JFileChooser fileChooser = new JFileChooser();
Any idea how to get it running?
I also found this bug report here, but could not see if that is in any way related.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels