+ 1
What Java code do i need to add to "Hello World" to make it a runnable Jar file in eclipse?
I wanna see "Hello World" on an independent window application but not on console. What code shall I add? Thanks.
3 Respuestas
+ 4
If you don't want to use the console you need graphics (gui). Here is a tutorial about the swing class. https://www.javatpoint.com/java-swing
Runnable jar file: https://help.eclipse.org/oxygen/index.jsp?topic=%2Forg.eclipse.jdt.doc.user%2Ftasks%2Ftasks-37.htm&cp=1_3_1_4
+ 4
VegetarianFalcon Your welcome :)
+ 2
Thanks, Denise