• 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Name of the submission jar

 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Guys,
Is there a naming convention for the Final Jar to be uploaded.
 
author and jackaroo
Posts: 12200
280
Mac IntelliJ IDE Firefox Browser Oracle C++ Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Akshay
Yes - when you go to upload your jar file you will be given explicit instructions.
For my submission I was told to name my file scjda-<prometric-id>.jar, so mine ended up named something similar to scjda-sp123456.jar.
Regards, Andrew
 
Ranch Hand
Posts: 222
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
But I was told to jar it using the name runme.jar
 
Andrew Monkhouse
author and jackaroo
Posts: 12200
280
Mac IntelliJ IDE Firefox Browser Oracle C++ Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi HaoZhe,
The "runme.jar" file normally exists inside the jar file you will submit to Sun. It is this second jar file - the one that you send to Sun - that we are talking about in this thread.
Take a look in your instructions under the heading "Packaging of Submissions". You should have text similar to:


All elements of your submission must be packaged in a single JAR file. The JAR file must have the following layout and contents in its root:

  • The executable JAR containing the programs. This must be called runme.jar.
  • ...


  • See how the "runme.jar" file is inside the submission jar?
    Regards, Andrew
     
    Ranch Hand
    Posts: 240
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Hi Andrew,
    Where did you find the submited jar's name is scjdasp1234..? I didn't find it.
    Regards,
    Damu
     
    Andrew Monkhouse
    author and jackaroo
    Posts: 12200
    280
    Mac IntelliJ IDE Firefox Browser Oracle C++ Java
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Hi Damu,
    This might have changed since I uploaded (though I doubt it).
    You get this information when you click on the "upload" button on the website - you then get told what the name of the uploaded jar file must be.
    You do not get this information until you are in the middle of going through their wizard to do the upload.
    If this has changed, please let us know.
    Regards, Andrew
     
    I think she's lovely. It's this tiny ad that called her crazy:
    We need your help - Coderanch server fundraiser
    https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
    reply
      Bookmark Topic Watch Topic
    • New Topic