You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2018/08/31 10:25:55 UTC

[GitHub] swapneeldatta opened a new issue #6282: Does not work with Java 10

swapneeldatta opened a new issue #6282: Does not work with Java 10
URL: https://github.com/apache/incubator-druid/issues/6282
 
 
   On starting, it throws exceptions regarding not finding javax.xml.bind, which was removed from Java 10. I fixed this by adding --add-modules java.xml.bind. Then it fails because of this error `java.lang.NoClassDefFoundError: sun/misc/Perf`.
   Some of the features of this project require unsafe or deprecated APIs of Java 8 and need to be fixed.
   
   OS: debian 9
   JVM: Oracle JDK 10

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org