Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quasar-core-jdk8 : java.lang.NoClassDefFoundError: jsr166e/ConcurrentHashMapV8 #95

Closed
maoxianfly opened this issue Jun 9, 2015 · 1 comment

Comments

@maoxianfly
Copy link

Exception in thread "main" java.lang.NoClassDefFoundError: jsr166e/ConcurrentHashMapV8
at co.paralleluniverse.concurrent.util.MapUtil.newConcurrentHashMap(MapUtil.java:20)
at co.paralleluniverse.fibers.instrument.SuspendableHelper.(SuspendableHelper.java:29)
at co.paralleluniverse.fibers.Fiber.(Fiber.java:92)

@pron
Copy link
Contributor

pron commented Jun 9, 2015

Duplicate of #91

The problem is with the jdk8 artifact, and is fixed in an upcoming release (very soon). In the meantime use the plain, non-jdk8 artifact (it should work even with Java 8).

@pron pron closed this as completed Jun 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants