• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

B&S: Relation between Submission JAR file and runme.jar?

 
Ranch Hand
Posts: 1855
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

as far as I understand the submission issue we have to create a file runme.jar and an extra Submission JAR file for our project directory.

So concerning JAR I have to:
  • create runme.jar
  • create project.jar

  • While the submission JAR file project.jar include runme.jar, it's the one we have to upload.

    The assessor will receive my whole project (*.java, *.class, etc.) through the submission jar file project.jar and extract runme.jar from it to test the application.

    That's it, correct ?

    Regards,
    Darya
     
    Ranch Hand
    Posts: 32
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Yep, I think that's it alright Darya.

    I have some extra question about runme.jar - have a look at this thread if you get a chance

    jar file question

    - let me know what you think...

    Thanks,

    Christy.
     
    reply
      Bookmark Topic Watch Topic
    • New Topic