simdjson-java
simdjson-java copied to clipboard
How to use the idea
How to use the idea
Perhaps you are missing the --add-modules=jdk.incubator.vector
argument. It should look something like this: java --add-modules jdk.incubator.vector Main
--add-modules=jdk.incubator.vector
Do I understand correctly that you are passing --add-modules=jdk.incubator.vector
as a compiler argument? In my previous comment, I provided an example where I'm passing it as a JVM argument. Are you also doing that?
Can Java 17 or 21 JAR files be generated?@piotrrzysko
What would you like to use to generate these JAR files? simdjson-java is available in the Maven Central repository, and as its documentation states, it supports all Java versions from 18 onward.
I'm closing this because, without additional information (mentioned in the above comment), I cannot address it. Feel free to reopen if you can answer my question.