python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How do I include a Gradle dependency based on architecture?
I recently got a new M1 Macbook and started seeing this stacktrace in Netty on application startup. The recommended solution is to add this dependency:
runtimeOnly "io.netty:netty-resolver-dns-na...

Mike Robinet
Votes: 0
Answers: 2
What does gradle classifier: 'core'?
I had conflict with the protobuf dependency of hive and another package that depends on protobuf. I solved the problem with "classifier: 'core'":
implementation group: 'org.apache.hive', nam...

Paulo Moreira
Votes: 0
Answers: 1
How do I use a legacy jar file with an automatic-module-name in Java?
Assume that a legacy jar file x.jar has an automatic-module-name com.foo.mymodule defined for it in its manifest file. Also, I want to use it in my application that uses modules.
The below is how I tr...
cmutex
Votes: 0
Answers: 0
No opencv_java340 in java.library.path in Intellij
I have a project in Intellij and I want to use opencv libraries, add opencv file jar in my project like this:
opencv jar
And I have libraries in my build.gradle for load and another ones
My build.grad...
Mistborn
Votes: 0
Answers: 1