• 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

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)
 
The airline is called "Virgin"? Don't you want a plane to go all the way? This tiny ad will go all the way:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic