Create an executable jar with Eclipse IDE ----------------------------------------- 1. Right click on Java project (pick a project with a GUI) 2. Export 3. Java , Runnable Jar file 4. At Launch configuration select your project 5. At Export destination, select where you want this jar file exported to 6. Finish Create an executable jar with IntelliJ ----------------------------------------- 1. File , Project Structure , Artifacts , (+) , JAR , jar from module with dependencies 2. Main Class: select the class containing your main method 3. OK 3. Change output directory to where you want this JAR saved to 6. Apply , OK 7. Build (top of window in IntelliJ) , Build Artifacts , Build If you want an icon, convert an image to a .ico file ---------------------------------------------------- 1. icoconvert.com/ (this is a decent site) 2. Choose your image (file type my vary) 3. Upload 4. Convert to ICO 5. Download your icon Use Launch4j to create an .exe with custom icon ---------------------------------------------- 1. Install Launch4j launch4j.sourceforge.net/ 2. Output file: browse for the output destination and name your file ending with .exe 3. Jar: browse for where you saved your jar or executable jar file 4. (Optional) Icon: browse for your custom icon (must be .ico) 5. navigate to JRE tab 6. Bundled JRE path: Browse for location of your jdk (Example C:\Program Files\Java\jdk-14.0.1) 7. At the top of window, click the Build Wrapper (gear icon) 8. name and save the Lauch4j config file where you want 9. Your application.exe should be saved to your output file location (no longer need previous files)
Good, please help us on how to do it using CLI like command prompt. Three years ago i create one using cmd on windows but when i try to create one which is very big project that has a packages i fail.
Your videos are the best! I try to search something up and figure it out that way, but it's so complicated! But when I turn on one of your tutorials, I learn so much so quickly! It just becomes so easy!
Oh, wow!!!! I always wanted a way how to make jave program executable. This is really... really helpful. When you upload game series, I will make that game, then turn it into executable so everyone could play, seriously, you helped me a lot! Thank you from the bottom of my heart.
Thank you for the amazing and simple video!! At first I was facing a problem that it wouldn't run, I'd double click and nothing so when I changed the 'Open with' to -> 'Java(TM) Platform SE Binary' instead of 'OpenJDK Platform binary' it would open normally, just in case anyone was facing the same issues I was!
this was EXTREMELY useful and simple. Thank you so much. I really like the content you create. Please do more project type of videos in the future (like creating java games or simple projects)
man thanks to this guy's videos i feel motivated to learn other videos i c teaching feel so dull Bro Code is the best channel for learning i found so far your efforts are much appreciated
for some reason my jar file doesn't work on another computer, may I ask why? it says " A JNI error has occured, please check your installation and try again"
Anyone experiencing a problem like : when you try to run nothing happens, Go to Project > Properties > Libraries > select an older JDK version (11 worked for me). Now it would work fine.
My program runs fine in eclipse and the JavaFX works great but when I export it as an executable and then try to run it. Nothing happens. Any idea why?
after i clicked "finished" and "ok" and tried to click the jar file on the desktop and its not running, the cmd just appeared like a second then disappear and wont run. Can you help me
For some reason, the images I added to my program don't show up in the .jar application, however, they do show up when I run the program in NetBeans. Is there any solution to this problem?
hello sir, i followed your steps and exported the app successfully. However, when I open the application, although the functions seem to run normally, I cannot hear the sound I assigned to the button every time I press it. Is there any way you can help me, thank you very much
🖐maven projects (ie. making 3d drawing ) can not be opened after exporting to jar file. is there another way to make them jar file in eclipse. Thanks❤.
Hey! I had a problem after converting the jar file to exe, when i run the exe file, it says - 'Error- A JNL error occurred, please check your installation and try again', and when i press 'OK' it again shows 'A Java Exception has occurred and it closes. If you know the fix to this problem, please reply to this comment. :)
@@trxlly since that comment I have googled and found out that maybe it's trying to execute the jar with a different version of java (like JDK 12 vs JRE 8 or something idk, idrk java versions or anything. someone fixed it by deleting one of the versions of java, I suggest googling it if you understand this stuff
Hey, nice Tutorial, but i can't get the Jar Working. i don't know how to solve. Error: A JNI error has occurre, please check your Installation and try again ? Windowname: Java Virtual Machine Launcher, ive made a Quiz with your other Tutorial with Swing
program quickly appears then disappears. Everything is properly installed. When trying to run it from the cmd line, it claims that it cant find the main class when it's there. How to fix?
maybe my java is configured incorrectly but i followed your exact instruction exactly but it didn't work even the one with the original java icon didn't open
hey brocode, i just wanna ask about this weird situation, somehow my app does not open when its on desktop, but when its inside my dist folder it works perfectly fine. can anyone help? id really appreciate it.
Create an executable jar with Eclipse IDE
-----------------------------------------
1. Right click on Java project (pick a project with a GUI)
2. Export
3. Java , Runnable Jar file
4. At Launch configuration select your project
5. At Export destination, select where you want this jar file exported to
6. Finish
Create an executable jar with IntelliJ
-----------------------------------------
1. File , Project Structure , Artifacts , (+) , JAR , jar from module with dependencies
2. Main Class: select the class containing your main method
3. OK
3. Change output directory to where you want this JAR saved to
6. Apply , OK
7. Build (top of window in IntelliJ) , Build Artifacts , Build
If you want an icon, convert an image to a .ico file
----------------------------------------------------
1. icoconvert.com/ (this is a decent site)
2. Choose your image (file type my vary)
3. Upload
4. Convert to ICO
5. Download your icon
Use Launch4j to create an .exe with custom icon
----------------------------------------------
1. Install Launch4j launch4j.sourceforge.net/
2. Output file: browse for the output destination and name your file ending with .exe
3. Jar: browse for where you saved your jar or executable jar file
4. (Optional) Icon: browse for your custom icon (must be .ico)
5. navigate to JRE tab
6. Bundled JRE path: Browse for location of your jdk (Example C:\Program Files\Java\jdk-14.0.1)
7. At the top of window, click the Build Wrapper (gear icon)
8. name and save the Lauch4j config file where you want
9. Your application.exe should be saved to your output file location (no longer need previous files)
Good, please help us on how to do it using CLI like command prompt. Three years ago i create one using cmd on windows but when i try to create one which is very big project that has a packages i fail.
Simple, stress free and to the point.
your saying "sit back ,relax and enjoy the show" is just Wow!
Thank you brother. Simple, quick and no unwarranted jargon. Straight to the point of the video.
Your videos are the best! I try to search something up and figure it out that way, but it's so complicated! But when I turn on one of your tutorials, I learn so much so quickly! It just becomes so easy!
Oh, wow!!!!
I always wanted a way how to make jave program executable.
This is really... really helpful.
When you upload game series, I will make that game, then turn it into executable so everyone could play, seriously, you helped me a lot!
Thank you from the bottom of my heart.
You're welcome! Hopefully these steps work for you
@@BroCodez don't worry bro, it's working:)
Please add more projects to this playlist. That way we will be excited and keep motivated while watching the tutorials.
Thank you for the amazing and simple video!!
At first I was facing a problem that it wouldn't run, I'd double click and nothing so when I changed the 'Open with' to -> 'Java(TM) Platform SE Binary' instead of 'OpenJDK Platform binary' it would open normally, just in case anyone was facing the same issues I was!
thanks
Thanks buddy😊
Not working still
this was EXTREMELY useful and simple. Thank you so much. I really like the content you create. Please do more project type of videos in the future (like creating java games or simple projects)
thanks for watching Oğuzhan. I might if the people demand it lol
I demand it bro!
We demand it really.
bro is the exe file sharable. i. e if i share that file to my friend (would he be able to run the file) give that he has JRE
your video is much more worth than many expensive course like your recommendation at first video. thank again bro! :)
thanks for watching Jfrauit!
Nice an awesome video like always!
Commenting for YT algorithm
bro really tried to sneak his nuclear launch codes folder in there and thought we wouldnt notice 💀💀. jokes aside great video
I love your videos man. They help me so much as a new programmer trying to learn java.
man thanks to this guy's videos i feel motivated to learn other videos i c teaching feel so dull Bro Code is the best channel for learning i found so far your efforts are much appreciated
Very simple explanation. Very humble teacher.
Nice an awesome video like always!
Commenting for YT algorithm
You made my day, bro. As always, great video.
Thanks for sharing
Thank you very much for this great and simple tutorial ! 🙂
bro u are a lifesaver huge respect man
I finished C, Java, next MySQL. Thanks a million!!!
Thank you! Easy to follow perfect guide!
Thank you for making these videos.
Extremely useful video. This is what I want !!!! Great
Keep making such great videos.
Bro has the nuclear launch codes casually on his desktop
Thanks so much for this video. It has all the information and is straight to the point.
Simply genius bro
This is what I wanted the most
Nice an awesome video like always!
Commenting for YT algorithmNice an awesome video like always!
Commenting for YT algorithm
Cool video. I have question for you: do web applications will destroy desktop, mobile and .jar applications?
nobody talking about how bro casually has a folder of nuclear launch codes?
Thank you, that's extremely helpful!
Thank you so much. You're the best teacher.
Nice an awesome video like always!
Commenting for YT algorithm
many thanks ! happy at your methodology
Nice an awesome video like always!
Commenting for YT algorithm
for some reason my jar file doesn't work on another computer, may I ask why? it says " A JNI error has occured, please check your installation and try again"
Maybe its missing some files?
nice tutorial
Awesome
Nice
Exactly what I was looking for! Thanks Bro!
understandable and comprehensible
Thank you so much for this video
Very good. Can you show us also how to make an executable jar from JvaFX project, pleae?
Thanks, really helpful! 🤝
Best tutorial, thanks
Wow, that was great. Thank you!!
this man is a legend
thanks :D
helps a lot to know this trick
bro you are so helpful thanks for your work
Thank You
i was looking for this, thanx bro
Just what I was in need of.
I can only say Thank you.
and thank you for the invitation.
I'm in
thanks, appreciate it!
vscode user sitting in the back 🗿
Anyone experiencing a problem like : when you try to run nothing happens, Go to Project > Properties > Libraries > select an older JDK version (11 worked for me). Now it would work fine.
Replying to this, So people would notice more.
bro how i can select older one
Thanks!
Can you show us on how to do it on the terminal?
Nice, my friend doesn't know how to run a .jar file and I would've unfriended him if not for this video :D
Bro, do you have tutorials on how to do it in vscode? I exported mine as jar file and after I open it, it does nothing
A true hero
My program runs fine in eclipse and the JavaFX works great but when I export it as an executable and then try to run it. Nothing happens. Any idea why?
I have the same problem, how did you solve it?
Go to Project > Properties > Libraries > select an older JDK version (11 worked for me). Now it would work fine.
after i clicked "finished" and "ok" and tried to click the jar file on the desktop and its not running, the cmd just appeared like a second then disappear and wont run. Can you help me
I liked this video
For some reason, the images I added to my program don't show up in the .jar application, however, they do show up when I run the program in NetBeans. Is there any solution to this problem?
hi, i am having this same problem as you, how did you solve it? please help me.
Copy those which you use in your profgram and past you jar program folder
Yeah my icon shows up on the executable but not on the jframe itself.
Great tut. II'm kinda ' old school, I prefer to do it on the command line. Thanks1
amazing
QUESTION
THANK YOU
SO MUCH
Thank you
thank you , great video !
Fellow bro
Thank you for made how to do this on IntelliJ
You are the best
Great Vid... thank you
What if i use net beans?
Does this work / is the process the same on Mac?
hello sir, i followed your steps and exported the app successfully. However, when I open the application, although the functions seem to run normally, I cannot hear the sound I assigned to the button every time I press it. Is there any way you can help me, thank you very much
🖐maven projects (ie. making 3d drawing ) can not be opened after exporting to jar file. is there another way to make them jar file in eclipse. Thanks❤.
Thanks bro
Hey! I had a problem after converting the jar file to exe, when i run the exe file, it says - 'Error- A JNL error occurred, please check your installation and try again', and when i press 'OK' it again shows 'A Java Exception has occurred and it closes. If you know the fix to this problem, please reply to this comment. :)
replying so that other replies will gimme notifs bc I have this issue too
@@spidernh oof
@@trxlly since that comment I have googled and found out that maybe it's trying to execute the jar with a different version of java (like JDK 12 vs JRE 8 or something idk, idrk java versions or anything. someone fixed it by deleting one of the versions of java, I suggest googling it if you understand this stuff
@@spidernh ok thx
have u solved?
Will this run to other computers without java?
Cool!
when i do it, the jar file doesnt include images and other resource files (in Eclipse)
Hello, I run into the exact problem. Can you help me?
@@gofchu idk my problem is still there, idk how to fix it.
Hey, nice Tutorial, but i can't get the Jar Working. i don't know how to solve. Error: A JNI error has occurre, please check your Installation and try again ? Windowname: Java Virtual Machine Launcher, ive made a Quiz with your other Tutorial with Swing
program quickly appears then disappears. Everything is properly installed. When trying to run it from the cmd line, it claims that it cant find the main class when it's there. How to fix?
Thanks bro. İt s helpful..
Can make it as an standalone executable, where u dont need jvm to run?
maybe my java is configured incorrectly but i followed your exact instruction exactly but it didn't work even the one with the original java icon didn't open
hey brocode, i just wanna ask about this weird situation, somehow my app does not open when its on desktop, but when its inside my dist folder it works perfectly fine. can anyone help? id really appreciate it.
Awesome!!! I just need to have a mobile exe file
There is a problem. If you create an exe from your code, all the pictues(png/jpg...) will disappear from the exe. How to fix?
but why should i do this in the first place Bro ? can i still run my Gui programme directly without .jar file ??
will the .exe file run on other computers if I send it to them?
thanks bro!
while exporting it's export in zipped format folder not like runnable file. how slove this??
Can I share this exe file to my friend and will it still running properly
can i have the nuclear launch codes?
I followed the same way you showed with IntelliJ. But after I run the jar file, it shows "A JNI error has occurred"
Cn i please get those neuclear launch codes from 4:52???
When i change it to jar it show me white logo not the java logo and I can’t open it
the exe doesn't open...why? i followed all your steps
thank you dude ur literally my teacher lol
❤❤