Re: Cleanly starting apps on Java 9 and earlier

2017-07-03 Thread Mark Thomas
is a GA release. Anything before then is on the basis that is should work, but it might not. Thanks again for the additional info. Mark > > > -Original Message- > From: Alan Bateman > Sent: Saturday, July 1, 2017 5:53 AM > To: Mark Thomas; jigsaw-dev@openjdk.java.n

Re: Cleanly starting apps on Java 9 and earlier

2017-07-03 Thread Mark Thomas
On 01/07/17 10:53, Alan Bateman wrote: > On 01/07/2017 10:18, Mark Thomas wrote: >> Hi, >> >> Apache Tomcat needs to add the following options when running on Java 9: >> >> --add-modules=java.se.ee >> --add-opens=java.base/java.lang=ALL-UNNAMED >> --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED

Re: Cleanly starting apps on Java 9 and earlier

2017-07-01 Thread Alan Bateman
On 01/07/2017 13:15, Enrico Olivelli wrote: : Alan, Can you give some poonters to this page? Thank you There isn't a page to point at yet, mostly we are waiting for javaee.github.io to be updated to list stable Maven coordinates or download links for each of the standalone technologies. -Al

RE: Cleanly starting apps on Java 9 and earlier

2017-07-01 Thread Stephen Felts
. -Original Message- From: Alan Bateman Sent: Saturday, July 1, 2017 5:53 AM To: Mark Thomas; jigsaw-dev@openjdk.java.net Subject: Re: Cleanly starting apps on Java 9 and earlier On 01/07/2017 10:18, Mark Thomas wrote: > Hi, > > Apache Tomcat needs to add the following options

Re: Cleanly starting apps on Java 9 and earlier

2017-07-01 Thread Enrico Olivelli
Il sab 1 lug 2017, 11:53 Alan Bateman ha scritto: > On 01/07/2017 10:18, Mark Thomas wrote: > > Hi, > > > > Apache Tomcat needs to add the following options when running on Java 9: > > > > --add-modules=java.se.ee > > --add-opens=java.base/java.lang=ALL-UNNAMED > > --add-opens=java.rmi/sun.rmi.tr

Re: Cleanly starting apps on Java 9 and earlier

2017-07-01 Thread Alan Bateman
On 01/07/2017 10:18, Mark Thomas wrote: Hi, Apache Tomcat needs to add the following options when running on Java 9: --add-modules=java.se.ee --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED The first is because it depends on javax.xml.ws.WebServic