python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Stand alone jpackage generated java app generates ClassNotFoundException for com.mysql.cj.jdbc.Driver
I built a java application with jpackage. The application works within eclipseT. The outcome of jpackage can be installed on windows and it starts. The application use a javafx ui. The app is based on...
juerg
Votes: 0
Answers: 1
How can I debug my specific version of an open-source lib when there's a maven dependency for a previous version of that lib
I have a Java application for which I'm using PDFBox; the latest stable release of PDFBox is 2.0.25. I want to step through PDFBox code after my project calls it.
I have downloaded the PDFBox source, ...
arcy
Votes: 0
Answers: 0
Add compiled class files to classpath for import in java gradle project
I have a java project with gradle. How to import external compiled class files (.class) into this project to use them. Like adding compiled class files to classpath. with javac i just do javac -cp . ...
HHG Hhh
Votes: 0
Answers: 1
In a java application, if all 3 log4j APIs exists in the classpath, how to choose one of them to be effective?
In a Cloudera Spark-on-YARN installation, I encounter an application that has multiple log4j APIs in its classpath:
log4j:1.2
log4j-1.2-api:2.x
log4j-core:2.x
When the application is launched. I fou...

tribbloid
Votes: 0
Answers: 0