Re: java.util.zip.CRC32C cannot be found on the system module path

2018-04-04 Thread Glenn Holmer
On 04/04/2018 09:11 AM, Glenn Holmer wrote: > On 04/03/2018 06:08 PM, Efrem Mc wrote: >> I went to an existing Java Application, and switched it from JDK8 >> (default) to JDK10. I rebuild using Clean and Build >> I received no error message and was able to run the app without any errors. > >>

Re: java.util.zip.CRC32C cannot be found on the system module path

2018-04-04 Thread Glenn Holmer
On 04/03/2018 06:08 PM, Efrem Mc wrote: > I went to an existing Java Application, and switched it from JDK8 > (default) to JDK10. I rebuild using Clean and Build > I received no error message and was able to run the app without any errors. > I am not sure these are the steps mention. Please

Re: java.util.zip.CRC32C cannot be found on the system module path

2018-04-04 Thread Marcel Witte
For me it is working running maven, too, but NetBeans is lowering the source level to 1.8. Because of this all usages of Java 9 Syntax (the new try-catch for example) are marked as invalid and compile-on-save is not working cleanly. As noted, the code in JavacParser checks the variable bootClass