Java Anwendung schließt sofort?
Hallo, ich wollte mal das Programm Java zum ersten mal starten um mir das mal anzuschauen.
Wenn ich die App Java ausführe, kommt ein kleines schwarzes Fenster und schließt sofort wieder. Woran kann es liegen?
Hallo, ich wollte mal das Programm Java zum ersten mal starten um mir das mal anzuschauen.
Wenn ich die App Java ausführe, kommt ein kleines schwarzes Fenster und schließt sofort wieder. Woran kann es liegen?
Hallo, ich habe einen Win 11 Pc und einer der Benutzer auf diesem Pc funktioniert nicht mehr anständig (Autostart funktioniert garnicht oder ist sehr langsam, Einige Apps starten nicht, einige shortcuts wie bei mir fn+f4 für mute funktionieren garnicht.) Ist das normal? habe ich malware? und außerdem habe ich auf meinem pc einer anwendung gefunden…
Hallo zusammen. Wenn ich z.B eine Bussines Idee habe und möchte eine Firma gründen = einen Software /App anbieten. Wo und wie finde ich jemanden der Programieren kann und mir einen Software macht unter meinem Namen, Brand usw. Ich hoffe ihr wisst was ich meine und können mir dabei paar Tipps geben. Vielen Dank im…
Wie bekomme ich Zeilen in diesem Format: [2012-10-21 13:12:25] ./sicbeforemint/home.squashfs zu: sudo mkdir /mnt/squashfs/sicbeforemint-home-squashfs; sudo mount -t squashfs ./sicbeforemint/home.squashfs /mnt/squashfs/sicbeforemint-home-squashfs…. Also was ich verstanden habe ist: Alles vor dem Punkt mit dem Schrägstrich als ./ inkl diesem muss aus der Zeile gelöscht werden. Dann müssen alle / und Pinkte danach in – umgewandelt werden für…
Hallo, ich habe dieses Jahr die HTL-Informatik mit Matura abgeschlossen und möchte Teilzeit/Vollzeit als Programmierer arbeiten und nebenbei studieren (muss nicht zwingend Informatik sein). Habt ihr diesbezüglich etwas Erfahrung? Würdet ihr so ein Vorhaben empfehlen/nicht empfehlen?
Ich habe ein C++-Programm mit Visual Studio 22 als IDE geschrieben, und ich versuche, ein Icon für das Programm festzulegen. Wenn ich den Pfad zum Icon angebe, funktioniert es in Visual Studio einwandfrei. Wenn ich das Programm jedoch als ausführbare Datei aus dem Ordner starte, erhalte ich eine Fehlermeldung, die besagt, dass das Icon nicht…
That a mistake occurs. Do not open the application by double click, but open a console window and start it manually. Then the window will remain open and you can see what is output.
Just read that you want to start Java! It’s not a program that’s kind of done. This just starts the Java program that you give him. If you run java.exe or javaw.exe directly, this will be terminated directly with the message that you did not specify all required command line arguments.
And how do I open this in the console window? So what exactly do you have to enter? Would you have a guide for me? It’d be nice of you.
You click on the Start menu, type “Input Auff” and wait until the icon comes to the Start command. Then you enter cd “C:\…” and the path to the application (see the quotes for spaces in the path).
Once in the folder, enter the name of the file that you would also double click in the Explorer to start the program and press ENTER.
ACHSO: I’ve read it now! You want to start java.exe? This ends right away because you didn’t give him any arguments to do it.
On an error, e.g.
If you run the program within a console window, you can see the error.
And how do you do that exactly?
So what order?
The java.exe or javaw.exe?
Java is a programming language, what you try to start there is the runtime without giving it a program, nothing happens and it closes right away.
Or you give a program and an untreated error occurs immediately to start, which then also leads to an end.
Or your program will be finished without a mistake, then you have programmed it like this, or there is nothing that will keep the program waiting for you to see something.
In all three cases, you should get a Java book if you don’t know it alone, you definitely lack more than just the basics to not say everything.
Java is not a(e) Program/application a programming language.
If you only have the “Runtime” environment installed, you can only run Java programs.
Well, Java already brings executable files in the runtime, for example java.exe and javaw.exe. You can also start it – but it doesn’t use it because they don’t know what to do. And so the console window is closed again.
That’s not what happened. 😀 Wanted to learn to program a little bit later with some beginnerstutorials from Youtube. That the Java Runtime application was just started like that (as in my case) can get a bit damaged or has Runtime just been closed like that?
Don’t worry.
The greatest danger of Java is still expected when running via web browser on a website.
Therefore, some time ago the Java plugins for browsers were disabled or completely removed.
In the Java settings (Controll Panel) – “Safety” tab, you should make sure that the check is disabled for the browser contents.