Srini Madireddy

Greenhorn
+ Follow
since May 29, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Srini Madireddy

Hello James,
Congratulations.
Srini
Chih-Wee-Lee,
Congratulations.
Srini
16 years ago
I am ready to upload my project. I just want to get over it. The more i keep looking at it, the more i want to alter the code. I am doing the B&S Project.
I just bought the voucher for the second part of the exam, the essay.
I bought it from the sun website for $200. Why is it $300 at prometric web site that i do not understand.
Chih-Wei Lee,
Thanks. I really appreciate your reply. i am ok now.
Srini
Hello Ranchers,
I am getting ready to submit my assignment. I would like your help in clarifying my dilemma/questions. Here is the structure of my jar file.


Sundev.jar-- main jar file
|
--runme.jar(all class files)
--db-2x3.db
--code(source files)
--version.txt(version info used)
--docs
|
-- instructions.html(provided by sun how to develop the app)
-- choices.txt(design document)
-- userguide.txt(Instructtions/Steps on how to run the application)
--javadocs(directory containing all html documents)



My question is, i have provided instructions on how to run the application in userguide.txt. It has instructions on how to set path to jdk and etc.

Before the user sees the userguide.txt, He should be able to unjar the main jar file. that means he/she has to set the path to the jdk before extracting the main jar file.what should i do?

Did anybody gone through the same thoughts? Your answers are very very appreciated.

Srini
Initially i was creating one random access file for each client and had thread safety issues. After reading this thread, i have changed my logic by creating a random access file in each method. now my code is behaving the way i wanted.
Thanks for Alex,Robert.
[ May 30, 2008: Message edited by: Srini Madireddy ]