This week's book giveaway is in the Programmer Certification forum.
We're giving away four copies of OCP Oracle Certified Professional Java SE 21 Developer (Exam 1Z0-830) Java SE 17 Developer (Exam 1Z0-829) Programmer’s Guide and have Khalid Mughal and Vasily Strelnikov on-line!
See this thread for details.
  • 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Final submission requirement

 
Ranch Hand
Posts: 185
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi guys/Gals
can ayone tell me what all have they included in thier final submission jar file
 
Ranch Hand
Posts: 273
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I had only bytecode class file. HOpe it helps.
-Bal
 
Siddharth Mehrotra
Ranch Hand
Posts: 185
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Bal Sharma:
I had only bytecode class file. HOpe it helps.
-Bal


hi bal,
but in the instruction.html they have said that they want both the source and class files.
so how did you manage that.
I know that i'am asking too trivial questions. but its just that i have been reading on this board that people have failed if they have not made the final jar properly.
if you can just tell me what all were there in yout final jar submission . Thta will be of great help. Cos i have completed testing and my code is ready. all i'am doing now is adding my javdoc comments. that will be over by today.
thanking in anticipatiion
 
author
Posts: 3252
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is what I hadYou won't have the data conversion tool (I did the exam two years ago when requirements were slightly different).
- Peter
 
Bal Sharma
Ranch Hand
Posts: 273
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Siddharth:
I think I did not understand clearly what you mean. Now I hope this is what you wanted to know. I had client and server jar files they had only bytecodes class files on them. Main application jar file had following.

Hope I am not confusing you. -Bal
 
Siddharth Mehrotra
Ranch Hand
Posts: 185
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
the deleveries in instruction.html says that we have to send them
"the copies of supplied classes that were not modified".
now what do they mean with that. Do i have send them all the untouched copies of java files that they had given me.
or only thoes which i have not modified (viz all the fils except data class file as i have modified that)
 
reply
    Bookmark Topic Watch Topic
  • New Topic