• 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

Uploading exam?

 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In the assignment, I'm told the name of the jar I have to upload is runme.jar.
However, when I get the the upload section of the website,
I'm told it has to be scjda-myid.jar.
Now to run the program the examiner will have the type:
java -jar runme.jar alone
This is in the help file.
What was I was going to do was put the runme.jar inside the scjda-myid.jar?
What to people think?
I'm waiting no permission to upload and my exam is tomorrow!
 
Ranch Hand
Posts: 147
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by John Cogan:
In the assignment, I'm told the name of the jar I have to upload is runme.jar.
However, when I get the the upload section of the website,
I'm told it has to be scjda-myid.jar.
Now to run the program the examiner will have the type:
java -jar runme.jar alone
This is in the help file.
What was I was going to do was put the runme.jar inside the scjda-myid.jar?
What to people think?
I'm waiting no permission to upload and my exam is tomorrow!



There are actually two jar files you have to create for your assignment:

1. The runme.jar is the file containing your, compiled java files, and the manifest file which indicates your start class.

2. I think your specification says that you will need to package that runme.jar file into another jar file, together with documentation and additional resources (such as the database file). My specification does not say anything about the name of the uploadable jar file, so it seems it has to be renamed the scjda-myid.jar.
 
We must storm this mad man's lab and destroy his villanous bomb! Are you with me tiny ad?
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic