• 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

my readme.txt file .. (how is it)

 
Ranch Hand
Posts: 185
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
README
Fly By Night Services.
Version 1.1

Contents
1:- Exact version of JDK used and platform worked on.
2:- How to Execute the program
3:- Location of db.db file.
4:- Location of Design Choices document.
5:- The names of the files submitted

1:- Exact Version of JDK used and platform worked on.
a> version of JDK
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)


b> Platform worked on
Microsoft Windows 2000.

2:- How to Execute the program

a> Basic setup requirements.
go to <ROOT> directory
go to scjdxxxxxxxxx directory, which is inside the <root> directory.

Note :- <ROOT> is the directory where you have extracted the submissionxxxxxxxxx.jar file


b> To run server
run the following command on the command prompt.
java -Djava.security.policy=myPolicy.txt -jar server.jar portNumber databasePath

Note :- make sure you add the portNumber and databasePath in the command.

example :- java -Djava.security.policy=myPolicy.txt -jar server.jar 1099 c:\db.db


c> To run client
run the following command
java -jar client.jar


3:- Location of db.db file.
<ROOT>\scjdxxxxxxxxx\db.db

Note :- <ROOT> is the directory where you have extracted the submissionxxxxxxxxx.jar file
4:- Location of Design Choices document.
<ROOT>\scjdxxxxxxxxx\designChoice.txt

Note :- <ROOT> is the directory where you have extracted the submissionxxxxxxxxx.jar file

The names of the files submitted

------------------

(I ahve to add content here)
 
reply
    Bookmark Topic Watch Topic
  • New Topic