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 should I compile my java project targeting Java SE 8?
I have a Java Project (an application to play connect 4) and I want to turn it into an executable file. I created this project in VsCode, and I am using the Java Language Server (see details below). I...

Josh
Votes: 0
Answers: 2
Micronaut application built with Launch4J not launching
I have successfully ported my desktop application from Dagger/Spring to Micronaut/Spring (there's just way too much Spring code in there for me to be able strip it all out in a timely manner). Using M...
cancech
Votes: 0
Answers: 1
Is it recommended to sign your exe from Launch4j?
After creating my exe file from my jar using Launch4j, I noticed this message:
WARNING: Sign the executable to minimize antivirus false positives or use launching instead of wrapping.
So I started d...
Alex
Votes: 0
Answers: 0
Launch4J not recognizing Eclipse Temurin OpenJDK Java 17
I'm using Windows 10 and I have Java 17 installed, with JAVA_HOME set correctly. java --version gives this:
openjdk 17.0.2 2022-01-18
OpenJDK Runtime Environment Temurin-17.0.2+8 (build 17.0.2+8)
Open...
Garret Wilson
Votes: 0
Answers: 2