sudeephazra / perl-on-netbeans

This plugin adds support for Perl 5 to NetBeans
https://sudeephazra.github.io/perl-on-netbeans/
MIT License
11 stars 2 forks source link

Cannot get 0.9 version to work in Apache NetBeans 20.0 or 22.0 (solved) #13

Open mfprimo opened 2 months ago

mfprimo commented 2 months ago

The same problem of issue #12 , with Netbeans reporting a java.lang.UnsupportedClassVersionError when tryng opening a Perl file and java.lang.Exception: got no controller from General: null opening the plugin tab of the "Options" dialog.

I solved changing the Netbeans default Java platform from jdk 20.0.1 to jdk 22.0.2.

Thank you @sudeephazra for the precious job.

sudeephazra commented 2 months ago

This seems to be an issue on JDK < 21. I am testing this on Linux with JDK 19. Will share my observations here.

sudeephazra commented 2 months ago

Glad the tool is useful for you @mfprimo ☺️