Hi just ran NetBeans 11.1 beta 1 on OpenJDK Runtime Environment 12+33 from AdoptOpenJDK on Mac.
I activated all plugins, got some follow up install messages, once Java plugins was active nb-javac installation was triggered... After all was over I saw this: java.lang.IllegalStateException: Host module StandardModule:org.netbeans.libs.javacapi jarFile: /Users/sven/tools/netbeans-11.1beta1/java/modules/org-netbeans-libs-javacapi.jar was enabled before, will not accept fragment StandardModule:org.netbeans.modules.nbjavac.api jarFile: /Users/sven/Library/Application Support/NetBeans/11.1/modules/org-netbeans-modules-nbjavac-api.jar at org.netbeans.ModuleManager.attachModuleFragment(ModuleManager.java:1104) at org.netbeans.ModuleManager.maybeAddToEnableList(ModuleManager.java:1708) at org.netbeans.ModuleManager.simulateEnable(ModuleManager.java:1632) at org.netbeans.ModuleManager.simulateEnable(ModuleManager.java:1605) at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:289) at org.netbeans.core.startup.ModuleList.access$2400(ModuleList.java:93) at org.netbeans.core.startup.ModuleList$Listener.stepEnable(ModuleList.java:1384) at org.netbeans.core.startup.ModuleList$Listener.access$1400(ModuleList.java:982) at org.netbeans.core.startup.ModuleList$Listener$1.run(ModuleList.java:1206) at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:102) at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:494) at org.netbeans.core.startup.ModuleList$Listener.run(ModuleList.java:1182) at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418) at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45) at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278) [catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033) Anyone any idea? On Tue, Jun 18, 2019 at 3:56 PM Patrick Musembi <[email protected]> wrote: > Thanks. Looking at it asap👍 > > On Tue, Jun 18, 2019, 14:53 Geertjan Wielenga <[email protected]> wrote: > > > There's been Java EE 8 support for quite a while -- use NetBeans to > create > > one of the AirHacks archetypes by Adam Bien, which is set up and ready > for > > Java EE 8, and deploy to GlassFish from NetBeans. > > > > Want more Java EE 8 support? Help to review and comment here: > > https://github.com/apache/netbeans/pull/1298 > > Want Payara support? Help to review and comment here: > > https://github.com/apache/netbeans/pull/1297 > > > > Thanks, > > > > Gj > > > > On Tue, Jun 18, 2019 at 1:50 PM Patrick Musembi <[email protected] > > > > wrote: > > > > > So no java ee 8 support yet? > > > > > > On Tue, Jun 18, 2019, 14:24 Neil C Smith <[email protected]> > wrote: > > > > > > > Dear Community, > > > > > > > > I'd like to announce that the first beta build for Apache NetBeans > > > > 11.1 from the release111 branch is available for download. > > > > > > > > As this build is for testing purposes only, we are not going to do > the > > > > release dance and voting around it (and as we're not voting on it, > the > > > > files are tagged beta not vc!). > > > > > > > > As per the recently agreed release schedule, NB 11.1 is a non-LTS > > > > release, and will not have a full NetCAT process. However, feedback > > > > and testing from those on the dev@ and netcat@ lists would still be > > > > appreciated, particularly around new features. Please file issues in > > > > JIRA as necessary, with the affects and fix versions set to 11.1. > > > > > > > > Further betas will be released, as required, on June ~26th and/or > July > > > > ~3rd. The final NB 11.1 release is scheduled for July ~15th. > > > > > > > > The next full NetCAT is scheduled for NB 12.0 in early 2020, which > > > > will be the next LTS release. > > > > > > > > Release schedule : > > > > > https://cwiki.apache.org/confluence/display/NETBEANS/Release+Schedule > > > > NB 11.1 major changes : > > > > > > > > > > https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+11.1 > > > > > > > > > > > > See the artefacts here: > > > > > > > > https://builds.apache.org/job/netbeans-release/413/artifact/dist/ > > > > > > > > The binary you most likely need is: > > > > > > > > > > > > > > > > > > https://builds.apache.org/job/netbeans-release/413/artifact/dist/netbeans-11.1-beta1-bin.zip > > > > > > > > Installers, as mentioned in the major changes link, are in progress. > > > > > > > > The SHA512 sums if you would like to check them are provided there as > > > > well as here: > > > > > > > > > > > > > > > > > > 8d401c2e2b16fca5b236da24a379416f315fc8ac83177cc740319a3c3fdd31154af683b624cf31968d6bd4288de96de4d651a7b2990f1da4d5c456f3849bdb59 > > > > ./netbeans-11.1-beta1-bin.zip > > > > > > > > > > > > > > 78061ea3dde1741b50dc0aa3a994274d688285b58b6ec0ac48426ae15bbb2cddec348d85d36ddaf5a6a4b459f5cdfb7d11bbab59ed1bb5b072f245cbfbd02f06 > > > > ./netbeans-11.1-beta1-source.zip > > > > > > > > > > > > > > a3d1b839a859ad3b916e7ae54e6335aa071a7530c17ab7749f1267eb38f7666823862af886aae53c9ccc379e131d28f5ab8de2498b97e3433c2fbb59c1217d2e > > > > ./netbeans-platform-11.1-beta1-bin.zip > > > > > > > > > > > > > > 91b494fa43925f4c8a73a9be5a57fe24f7b0d496a37a79678fd7d0fbb91d8a0f73a68cf35dfb6ea4d82f5594b29f958716f31ebe9a85f317d4404c9da995d8bb > > > > ./netbeans-platform-11.1-beta1-source.zip > > > > > > > > > > > > Thanks and best wishes, > > > > > > > > Neil > > > > > > > > Voluntary Release Manager for Apache NetBeans 11.1 > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: [email protected] > > > > For additional commands, e-mail: [email protected] > > > > > > > > For further information about the NetBeans mailing lists, visit: > > > > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > > > > > > > > > > > > > > > > > > > > > > -- Sven Reimers * Senior Expert Software Architect * Java Champion * Apache NetBeans PPMC: http://netbeans.apache.org * JUG Leader JUG Bodensee: https://www.meetup.com/JUG-Bodensee * Duke's Choice Award Winner 2009 & 2018 * LinkedIn: http://www.linkedin.com/in/svenreimers
