2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 <2018> 2019 2020 2021 2022 2023 2024 2025 | Index | 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 <2018> 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: pvaccess and Java 9 Re: PVA Java status |
From: | Eric Berryman <[email protected]> |
To: | "Kasemir, Kay" <[email protected]> |
Cc: | EPICS Core Talk <[email protected]> |
Date: | Fri, 30 Mar 2018 15:19:48 -0400 |
Hi:
From: Shroff, Kunal <[email protected]>
> .. we are simply using some of the packages with the name "corba"
> https://docs.oracle.com/javase/9/docs/api/java.corba- summary.html
> .. is marked for removal ..
Looks like that java.corba is still there, but by default not used.
For the time being, Java 9 can execute the pvAccessJava code when you add
--add-modules=java.corba
to the java command line to add that module back in.
Thanks,
-Kay