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.
>
>>
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
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