Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Craig Daniels   on Mar 30 In Java Category.

  
Question Answered By: Corinne Rogers   on Mar 30

java has no executables if the .jar was execuatable, it would no longer
be a .jar.

to make a runable jar,

create a jar  called MyJar

Have a class  inside called MyJar

Inside that have a main().

Share: