RE: Building using Java 11?

2019-12-12 Thread Roger Whitcomb
, run with 8+” option seems only reasonable. But, I will work on getting the first option to happen (as in “compile with 11, run on 9+”), as you suggested. Thanks, ~Roger From: Niclas Hedhman Sent: Wednesday, December 11, 2019 5:16 PM To: dev@pivot.apache.org Subject: Re: Building using Java 11

Re: Building using Java 11?

2019-12-11 Thread Niclas Hedhman
inking > we're going to have a problem going forward In other words, we can't > build with Java 11 unless we target Java 9+??!! > > ~Roger > > From: Marek Mosiewicz > Sent: Tuesday, December 10, 2019 12:07 AM > To: dev

Re: Building using Java 11?

2019-12-11 Thread Roger Whitcomb
In other words, we can't build with Java 11 unless we target Java 9+??!! ~Roger From: Marek Mosiewicz Sent: Tuesday, December 10, 2019 12:07 AM To: dev@pivot.apache.org Subject: Re: Building using Java 11? As far as I know packages are mostly not

Re: Building using Java 11?

2019-12-10 Thread Marek Mosiewicz
As far as I know packages are mostly not removed fro JDK but been hiding. They must be made visible via Java 9 module config. Cheers, Marek Mosiewicz W dniu pon, 09.12.2019 o godzinie 17∶06 +0100, użytkownik Sandro Martini napisał: > Hi all, > sorry but even for me I'm still on Java 8 as deve

Re: Building using Java 11?

2019-12-09 Thread Sandro Martini
Hi all, sorry but even for me I'm still on Java 8 as development ... Bye Il giorno dom 8 dic 2019 alle ore 07:19 Roger Whitcomb < rogerandb...@rbwhitcomb.com> ha scritto: > Yes that was my thought too. But the source code for Java 11 does have > that class and the module dump indicates the appr

Re: Building using Java 11?

2019-12-07 Thread Roger Whitcomb
Yes that was my thought too. But the source code for Java 11 does have that class and the module dump indicates the appropriate module is being shipped. Let me try targeting Java 11 and see if that makes a difference. Thanks, ~Roger > On Dec 7, 2019, at 8:53 PM, Niclas Hedhman wrote: > > I

Re: Building using Java 11?

2019-12-07 Thread Niclas Hedhman
I have not gone beyond Java 8 myself, but I know that Oracle has started to remove packages from the JDK and that those need to be supplied separately. On Sat, Dec 7, 2019 at 9:17 AM Roger Whitcomb wrote: > Hi all, > I'm trying to build latest Pivot trunk code with Java 11 > and