0

How to make an executable jar file which prints something on command prompt?

Can some one tell me steps to make the jar file executable?

I have made a small command prompt program that prints "Hello World" on console. I've exported that jar file in eclipse, but it's not working.

Mark Rotteveel
  • 100,966
  • 191
  • 140
  • 197

1 Answers1

-1

As for starters, Oracle Java Tutorials. You can learn basic of Java programming there.

Antoniossss
  • 31,590
  • 6
  • 57
  • 99