python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Maven Dependencies Jar Missing for Slf4j wrapper
I have a project in Maven for ExtentReports. When I run it, the test fail and says.
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) l...
Jayver Alcontin
Votes: 0
Answers: 1
Having trouble properly executing my jar file
I am new to java or coding in general. I am currently taking a course for Computer Programming. For this final assignment I need to make a .jar program or game. I have decided to make a game but it do...
JonCode
Votes: 0
Answers: 1
.jar File can't find image file path
I'm creating a simple program that I now want to export as a executable jar file. Everything works fine except the jar file can't find the image.
For creating the runnable JAR file I used the second o...
anon
Votes: 0
Answers: 1
FileNotFoundException in SpringBoot when running in Docker Container
My Springboot Application is running fine in IDE but when I create fat jar file and run on docker it gives the error. I am connecting my application with firebase so i want to include the serviceAccou...
Hassan Ali
Votes: 0
Answers: 1