BradWalker opened a new issue, #5437: URL: https://github.com/apache/netbeans/issues/5437
### Apache NetBeans version Apache NetBeans latest daily build ### What happened Saw this in my logs when doing some work with a Java 9 specific code issue. Looks to be related to [NETBEANS-577](https://issues.apache.org/jira/browse/NETBEANS-577) ? ``` INFO [org.netbeans.ui.indexing]: Indexing finished, indexing took 78 ms. Even though the source level of /home/bwalker/src/netbeans/platform/o.n.bootstrap/src:/home/bwalker/src/netbeans/platform/o.n.bootstrap/build/classes-generated is set to: 9, java.util.zip.CRC32C cannot be found on the system module path: INFO [org.netbeans.ui.indexing]: Indexing started, time from last indexing 1,442 ms. INFO [org.netbeans.ui.indexing]: Indexing finished, indexing took 115 ms. Even though the source level of /home/bwalker/src/netbeans/platform/o.n.bootstrap/src:/home/bwalker/src/netbeans/platform/o.n.bootstrap/build/classes-generated is set to: 9, java.util.zip.CRC32C cannot be found on the system module path: INFO [org.netbeans.ui.indexing]: Indexing started, time from last indexing 5,121 ms. INFO [org.netbeans.ui.indexing]: Indexing finished, indexing took 71 ms. Even though the source level of /home/bwalker/src/netbeans/platform/o.n.bootstrap/src:/home/bwalker/src/netbeans/platform/o.n.bootstrap/build/classes-generated is set to: 9, java.util.zip.CRC32C cannot be found on the system module path: INFO [org.netbeans.ui.indexing]: Indexing started, time from last indexing 1,452 ms. INFO [org.netbeans.ui.indexing]: Indexing finished, indexing took 751 ms. Even though the source level of /home/bwalker/src/netbeans/platform/o.n.bootstrap/src:/home/bwalker/src/netbeans/platform/o.n.bootstrap/build/classes-generated is set to: 9, java.util.zip.CRC32C cannot be found on the system module path: ``` ### How to reproduce Index on Java 9 code? ### Did this work correctly in an earlier version? No / Don't know ### Operating System Fedora Linux ### JDK 17 ### Apache NetBeans packaging Own source build ### Anything else _No response_ ### Are you willing to submit a pull request? Yes ### Code of Conduct Yes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- 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
