Re: Building IDE on JDK 12

2019-07-28 Thread Emilio G . C .
to my next email? From: Laszlo Kishalmi mailto:laszlo.kisha...@gmail.com>> Sent: Saturday, July 27, 2019 14:54 To: users@netbeans.apache.org<mailto:users@netbeans.apache.org> mailto:users@netbeans.apache.org>> Subject: Re: Building IDE on JDK 12

Re: Building IDE on JDK 12

2019-07-27 Thread Geertjan Wielenga
ext email? > > -- > *From:* Laszlo Kishalmi > *Sent:* Saturday, July 27, 2019 14:54 > *To:* users@netbeans.apache.org > *Subject:* Re: Building IDE on JDK 12 > > > Well, I think we shall move that direction, however we might work on that > in batche

Re: Building IDE on JDK 12

2019-07-27 Thread Emilio G . C .
Subject: Re: Building IDE on JDK 12 Well, I think we shall move that direction, however we might work on that in batches. AFAIK Java 12 dropped the source compatibility prior Java 8, so we need to raise the javac source level. I tried that once with brute force search and replace, but that caused

Re: Building IDE on JDK 12

2019-07-27 Thread Laszlo Kishalmi
Well, I think we shall move that direction, however we might work on that in batches. AFAIK Java 12 dropped the source compatibility prior Java 8, so we need to raise the javac source level. I tried that once with brute force search and replace, but that caused some issues during the build.

Re: Building IDE on JDK 12

2019-07-27 Thread Geertjan Wielenga
Sure, why not investigate whatever the reason is that JDK 12 cannot be used to build NetBeans? Any info you can provide would be helpful. Gj On Sat, 27 Jul 2019 at 21:29, Emilio G.C. wrote: > As part of an experiment related to the recent PR I submitted to the > netbeans website, I built netbe