Skip to main content
1 vote
1 answer
124 views

I’ve built a modular JavaFX application using JDK 21 and JavaFX SDK 21.0.1. The project runs perfectly inside my IDE (IntelliJ IDEA), but when I try to export it as a .jar file and run it outside the ...
Rohan's user avatar
  • 18
0 votes
1 answer
94 views

The .jar file is not executable by double clicking , only by intelij "C:\Program Files\Java\jdk-23\bin\java.exe" --module-path C:\Users\yacin\Downloads\javafx-sdk-24\lib --add-modules javafx....
original gamer's user avatar
-5 votes
1 answer
302 views

I tried to run my jar by double clicking on it but I got "A Java exception occurred", I also tried to run it via command prompt (cmd) and it worked, the program ran fine. I already have the ...
Uron's user avatar
  • 3
0 votes
0 answers
54 views

I have a executable jar which is bundled with 2 other of my own jars. Purpose of this is to migrate data from one postgres db to another. One of the other jar has datasource creation code, etc which ...
AAPJ's user avatar
  • 49
0 votes
1 answer
54 views

I'm making an auto-clicker app that runs in the background with jnativehook in the tray, which can open up a java.awt app when the icon is clicked. That whole part works when run from vscode with run ...
Jerome Hillock's user avatar
0 votes
0 answers
37 views

I am using an SQLite database within my project. I have an application-sqlite.properties file which has: spring.datasource.url=jdbc:sqlite:src/main/resources/database.db Before I package my project ...
Jackanap3s's user avatar
0 votes
0 answers
106 views

I have 3 Java files named Myframe, SortingApp (which has the main function), and SortingVisualizationPanel. Ive converted the .java files to the .class files in another folder called classes. I've ...
user25001723's user avatar
1 vote
1 answer
63 views

I need to make an executable jar containing more jars embedded directly in it. I can't unpack the classes from within the original vendor's jars because it will break the signatures and functionality. ...
simgineer's user avatar
  • 1,926
0 votes
1 answer
111 views

Our legacy Ant build uses prebuilt Eclipse loader classes in a zip file. How can I add these to a executable JAR file with the maven-jar-plugin? This is my current plugin config: <plugin> &...
simgineer's user avatar
  • 1,926
-1 votes
1 answer
83 views

I use eclipse to do my java programming, last day i created a java program and i placed the /res folder to the root directory of the project, When i tested the program on eclipse it worked perfectly, ...
iasonas's user avatar
  • 11
0 votes
1 answer
168 views

Recently, I have been working on a small gui app that uses GTK4. This gui app uses a combination of Java and Rust (I am using the jni crate for interop). I am creating the Gui window using the Gtk-rs ...
Radon's user avatar
  • 117
3 votes
2 answers
89 views

This is one of those error messages that comes up a lot, but none of the question/answers address this particular situation. I am creating a runnable jar from the contents of an Eclipse project. When ...
Dale's user avatar
  • 5,997
0 votes
0 answers
72 views

I've build a Java program (.jar) using maven, but it opens only by java -jar kalkulator-1.0-SNAPSHOT-jar-with-dependencies.jar and I want it to open by just double-clicking it. I'm using Win10, java ...
J4yky's user avatar
  • 1
0 votes
1 answer
254 views

I encountered the following error when I execute my JAR with java -jar .\QuartzScheduler-0.0.1-SNAPSHOT.jar Error: Could not find or load main class com.quartz.QuartzSchedulerApplication Caused by: ...
whatkeepsmesane's user avatar
1 vote
1 answer
124 views

I want this application to be deployed on the server and running as well and I want it to be used as a dependency jar in another project. I want to exclude the resources folder only in the dependency ...
Samrat 11's user avatar

15 30 50 per page
1
2 3 4 5
162