Problems installing Codename One plugin in NetBeans

Viewed 119

I have a ploblem during the installation of Codename One plugin in Netbeans.

After the installation it says to restart the IDE.

After IDE restarts it's like if I've never installed the plugin: it asks me to install from the beginning.

NetBeans 12 on Windows 10 Pro.

1 Answers

NetBeans 12 changed a lot about the way plugins should be built and our plugin is a bit out of date by now.

However, we won't be updating it since it's no longer necessary as we migrated to maven. You can learn about that here: https://www.codenameone.com/blog/moving-to-maven.html

Related