EASIEST WAY HOW TO CREATE JAR FILE ( JAVA EXECUTABLE FILE )
Uploader Comments (carnado)
Top Comments
-
Thanks for video but please talk and shut that music!
-
Hello, I recived the error message
"Failed to load Main-Class manifest attribute from
C:\test.jar"
I am very confused please help!
Thank you.
All Comments (43)
-
what is the music' s name???
-
@rainbowcrak *facepalm* The Meta-inf file is suppose to link to the .CLASS file that makes the program run, not the jar file itself.
-
wive music
-
shitty music!!!
-
Im stucked in "write code" part... Thanks anyway!
-
@Xiquad Problay,maby Minecraft..
-
awsome video i just watched till 1:35 and i got what i needed..cooool!!
-
thanks for the awesome video and also thanks for finding me a another good music artist :)
-
I have contents a folder of coding, i want to make it a JAR file so i can use my laucher, i drag the folder onto the desktop shortcut, to open it all in NetBeans. it works, but it wont let me save, ideas?
-
>.>
Real sorry, but i need help ASAP, so must i use JOptionPane? or can i use System.out.println. I have System.out.println for my entire project, is this the issue why my program wont display anything as a jar file?
knucklessg1 1 year ago
@knucklessg1 Yes man...base on my little experience. If you want to display any window, i suggest you use swing(JOptionPane also swing component) or awt. I mean try look at graphical user interface in java....
carnado 1 year ago
@carnado So if i wanted to display on a phone that runs java, i can just use joptionpane and it will display on my phone, versus system.out.println which only works on cmd?
knucklessg1 1 year ago
@knucklessg1 Opss...if you want to create mobile application, you should try to play with J2ME(Java Mobile Edition)...all my video is only play with J2SE(Java Standard Edition)
carnado 1 year ago
What is the source code at step 6 at 0:59? Thanks.
Pasje1995 1 year ago
@Pasje1995 : Write your java program code...it depends on what program that you want to create
carnado 1 year ago