As I understand jdk7 has the support for fork-and-join, Can I use fork-and-join in JDK6 without upgraging to JDK7.0?
Use fork-and-join in JDK6
Yup, see here - the package you want is jsr166y.
Could you please post what flags are required to compile/run some example using this JAR? I'm unable to do so (with JAR in classpath). –
Bondy
© 2022 - 2024 — McMap. All rights reserved.