Die .exe-Datei kann durch Klicken nicht ausgeführt werden

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Die .exe-Datei kann durch Klicken nicht ausgeführt werden

by Guest » 19 Jan 2025, 18:15

Ich habe kürzlich eine .jar-Datei, die ein Java-Projekt enthält, mit Launch4j in eine .exe-Datei konvertiert. Ich kann sie jedoch nicht starten, indem ich auf das Symbol klicke oder mit der rechten Maustaste klicke und „Ausführen“ auswähle. Ich kann es über die Konsole ausführen, habe aber vor, es zu veröffentlichen. Kann mir jemand helfen?
Meine JDK-Version ist 21.
Ich verwende ein Ubuntu-System.
.xml-Konfiguration:

Code: Select all

false
gui
/home/james/Desktop/waw.jar
/home/james/Desktop/Wild_And_Wyrd/waw.exe


.
normal
http://java.com/download

false
false

/home/james/Documents/Wild_And_Wyrd/waw_logo.ico

%JAVA_HOME%;%PATH%
false
false
1.4.0

/home/james/Desktop/Wild_And_Wyrd/waw.exe


An error occurred while starting the application.
This application requires a Java Runtime Environment.
This application requires a Java Runtime Environment
The registry refers to a nonexistent Java Runtime Environment installation or the runtime is corrupted.
An application instance is already running.



Top