simdjson-java icon indicating copy to clipboard operation
simdjson-java copied to clipboard

How to use the idea

Open lixiaoyong12 opened this issue 10 months ago • 5 comments

How to use the idea image

lixiaoyong12 avatar Apr 30 '24 01:04 lixiaoyong12

Perhaps you are missing the --add-modules=jdk.incubator.vector argument. It should look something like this: java --add-modules jdk.incubator.vector Main

piotrrzysko avatar Apr 30 '24 03:04 piotrrzysko

--add-modules=jdk.incubator.vector

image

lixiaoyong12 avatar Apr 30 '24 06:04 lixiaoyong12

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?

piotrrzysko avatar May 05 '24 16:05 piotrrzysko

Can Java 17 or 21 JAR files be generated?@piotrrzysko image

lixiaoyong12 avatar May 06 '24 13:05 lixiaoyong12

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.

piotrrzysko avatar May 16 '24 03:05 piotrrzysko

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.

piotrrzysko avatar Jun 08 '24 12:06 piotrrzysko