• 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

help , how to package

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
sun request:
A directory called code, containing all the source code and related parts of your project. You must create subdirectories within this to reflect your package structure and distribute your source files within those directories.

My structure is:

code/suncertify/db/a lot of classes
code/suncertify/client/ classes
code/suncertify/server/ classes
code/suncertify/network/ classes
code/suncertify/Runme.java
code/suncertify.properties
code/db-2x1.db

is this ok ??? I think i can deal with the program itself . But the requests make me very upset . mad with it .
Thank you .

[ September 08, 2005: Message edited by: David George ]

[ September 08, 2005: Message edited by: David George ]
[ September 08, 2005: Message edited by: David George ]
 
David George
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm quite worried about it . Help . Thank you . After this . I would submit my project .
 
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 David,

Patience Is A Virtue - please wait at least 24 hours before asking for extra help.

When talking about stored properties, my instructions state that "Such configuration information must be stored in a file called suncertify.properties which must be located in the current working directory".

Since it is going to be in the "current working directory", there is not much value in having it in the code directory.

The instructions also state: "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 original, unchanged database file that was supplied to you."

So the database file will not be in the code directory.

What I see is:

Regards, Andrew
 
reply
    Bookmark Topic Watch Topic
  • New Topic