-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Confirmation Dialog is broken - at least for NB 12.2 / JDK 15 on Windows 10 #24
Comments
Found a way to fix it, but still, this is weird: Boot & Ext. Classpath = ... indicating that the jar isn't there! So it seems, there is actually something broken with the installation. |
Also note, that NB actually has jaxb-api.jar and jaxb-impl.jar, but residing in ide/module/ext/jaxb/... and of a more recent version. For me, using mklink to create hard links to those from extra\modules\ext did the trick without adding additional jars. Don't now whether this will wreck havoc elsewhere though... |
I'll have a look at it later. Thanks for reporting it. |
Could you please try to use the dev version(0.9.0.1-dev)? : https://github.com/junichi11/netbeans-change-lf/releases/tag/v0.9.0 |
@gtsh |
Can you give the exact locations where I need to paste both the jars |
After toggeling 'Show confirmation dialog before adjusting the line endings' in the configuration, the dialog indeed showed up, - but was devoid of any controls, not even allowing to be closed by clicking into the x or using ALT-F4. Since it is also modal, this left no other option as to kill Netbeans using the taskmanager, and deselecting the option.
The text was updated successfully, but these errors were encountered: