eclipse-archived / triquetrum

Triquetrum project
Other
13 stars 14 forks source link

Triquetrum should support Java 1.9 #284

Closed cxbrooks closed 5 years ago

cxbrooks commented 6 years ago

Java 1.9 includes a new module system that will no doubt cause problems.

cxbrooks commented 6 years ago

Triquetrum under Java 1.9 seems to work.

When running using the Triquetrum Oopmph instructions

WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.eclipse.emf.ecore.xmi.impl.XMLHandler (file:/Users/cxh/src/0126j9/triquetrum-master-java9/ws/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.emf.ecore.xmi_2.13.0.v20170609-0707.jar) to method com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy.getEncoding() WARNING: Please consider reporting this to the maintainers of org.eclipse.emf.ecore.xmi.impl.XMLHandler WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release

My guess is that the above is fixed in https://bugs.eclipse.org/bugs/show_bug.cgi?id=517054

cxbrooks commented 5 years ago

I'm closing this, see Bug #311