• 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

in the final countdown

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

I have working in all documents required for SCJ..... and have the next sizes :

Javadoc : 1.53Mb
choices: 25k (about 450 lines)
userguide :5k (about 100 lines)
version : 1k jeje,

I am in close in any values or all is relative?

Regards
 
Sheriff
Posts: 11604
178
Hibernate jQuery Eclipse IDE Spring MySQL Database AngularJS Tomcat Server Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I had similar values

 
John Oconnor
Ranch Hand
Posts: 67
Java ME Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Already I have create the submission.jar that contains the next

+code
++suncertify
+++my project packages

+docs
++javadoc
+++my javadoc for each package
+-choices.txt
+-userguide.txt

-version.txt
-db-1x1.db
-runme.jar



for run the application only is needed the next line commands:
(stand alone mode) >runme.jar alone
(server mode) >runme.jar server
(remote mode) >runme.jar

I need any more, or correct ?

Regards!
 
Roel De Nijs
Sheriff
Posts: 11604
178
Hibernate jQuery Eclipse IDE Spring MySQL Database AngularJS Tomcat Server Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
don't you have to include the instructions anymore?
 
John Oconnor
Ranch Hand
Posts: 67
Java ME Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Roel De Nijs wrote:don't you have to include the instructions anymore?



sorry but I do not understand, the instructions?

... in my assigments say the next :
• A directory called docs, containing the following items at the top level:
- These instructions.
- A subdirectory called javadoc, containing HTML/Javadoc documentation for all classes and interfaces you are submitting.
- A file called choices.txt that containing pure ASCII (not a word processor format) text describing the significant design choices you made.

Ok , so I need add in docs, my assignment, but who name the file? instructions.html?

 
Ranch Hand
Posts: 222
Google Web Toolkit Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Before there used to be a file named instructions.html, however now its on the web, so you should just rename those instructions to instruction.html and include them. I have also included txt copy as far as I remember, just in case.
 
John Oconnor
Ranch Hand
Posts: 67
Java ME Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ok, so I add to my assignment.jar my instructions in a instruction.html and instruction.txt file

is ok?
 
Elchin Asgarli
Ranch Hand
Posts: 222
Google Web Toolkit Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes. And both of them have to be inside docs folder.
 
John Oconnor
Ranch Hand
Posts: 67
Java ME Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Elchin Asgarli wrote:Yes. And both of them have to be inside docs folder.



Ok added in docs folder!
Thanks....
reply
    Bookmark Topic Watch Topic
  • New Topic