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

2018-04-04 Thread Glenn Holmer
rce level to 1.3 Even though the source level of /home/cenbe/NetBeansProjects/AnagramGame/test:/home/cenbe/NetBeansProjects/AnagramGame/src is set to: 10, java.util.zip.CRC32C cannot be found on the system module path: Changing source level to 1.8 Even though the source level of /home/cenbe/NetBeansProjec

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
; >>> > >>> @@ -1005,7 +1000,7 @@ public class JavacParser extends Parser { > >>> > >>> LOGGER.log(warnLevel, > >>> > >>> "Even though the source

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

2018-04-03 Thread Chuck Davis
heck up > >>> to 1.8 checks the bootClassPath for a specific JDK class, but the > check for 9 > >>> checks the moduleBoot. Sadly, the log output seems to be copy-paste, > as it > >>> still shows the bootClassPath. If I apply the following patch: > >&

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

2018-04-03 Thread Efrem Mc
@@ public class JavacParser extends Parser { >>> LOGGER.log(warnLevel, >>> "Even though the source level of {0} is set >>> to: {1}, java.util.zip.CRC32C cannot be found on the system module path: {2}

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

2018-04-03 Thread Efrem Mc
,7 @@ public class JavacParser extends Parser { >> LOGGER.log(warnLevel, >> "Even though the source level of {0} is set >> to: {1}, java.util.zip.CRC32C cannot be found on the system module path: {2} >> \n" + //NOI1

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

2018-04-03 Thread Glenn Holmer
"Even though the source level of {0} is set > to: {1}, java.util.zip.CRC32C cannot be found on the system module path: {2} > \n" + //NOI18N > "Changing source level to 1.8", //NOI18N > - new Objec

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

2018-04-03 Thread Marcel Witte
(source level 9) I get a lot of messages like the following in the > > netbeans log: > > > > Even though the source level of [...] is set to: 9, java.util.zip.CRC32C > > cannot be found on the system module path: > > nbjrt:file:/usr/lib64/jvm/java-9-openjdk/!/modules/atk.w

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

2018-03-26 Thread Marcel Witte
tbeans log: > > > > Even though the source level of [...] is set to: 9, java.util.zip.CRC32C > > cannot be found on the system module path: > > nbjrt:file:/usr/lib64/jvm/java-9-openjdk/!/modules/atk.wrapper/:nbjrt:fil > > e:/usr/lib64/jvm/java-9-openjdk/!/modules/iced

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

2018-03-25 Thread Emilian Bold
my project to > Java 9 (source level 9) I get a lot of messages like the following in the > netbeans log: > > Even though the source level of [...] is set to: 9, java.util.zip.CRC32C > cannot be found on the system module path: > nbjrt:file:/usr/lib64/jvm/java-9-openjdk/!/modul

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

2018-03-23 Thread Marcel Witte
I'm using the current netbeans jenkins build. After changing my project to Java 9 (source level 9) I get a lot of messages like the following in the netbeans log: Even though the source level of [...] is set to: 9, java.util.zip.CRC32C cannot be found on the system module path: nbjrt

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

2018-03-23 Thread Marcel Witte
I'm using the current netbeans jenkins build. After changing my project to Java 9 (source level 9) I get a lot of messages like the following in the netbeans log: Even though the source level of [...] is set to: 9, java.util.zip.CRC32C cannot be found on the system module path: nbjrt