Phi HC

Greenhorn
+ Follow
since Aug 21, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Phi HC

Hi Cindy,
Thanks for replying this post =)
The problem is when I try to unzip those archives using WinZip, the first file unzip properly (e.g. back_001.zip -- 1,291k) except the very last zip entry, which is splitted into 2) and the ones follow(e.g. back_002.zip -- 561k) will say "Cannot open file: it does not appear to be a valid archive."
Thanks again
Sincerely,
Phi
21 years ago
Thank you for reading this post. I am trying to write a program to backup couple files with Zip. Everything looks fine when create just one zip archive, however, not the case if I set max. size for each archive(spanning). I spent so much time on this bug and now I am totally give up. Would anyone kindly to tell what is wrong with this code?

Thanks ....
(formatted by Cindy using [ code][ /code] tags)
[ November 26, 2002: Message edited by: Cindy Glass ]
21 years ago
Thanks Anirban and Dirk, I really appreciate the patience and explanation (maybe you guys have seen these question a thousand times)!
I read the whole book, everything is in my mind. Maybe I am not too bright... I just cannot relate things together(brain dead after work *grin), guess I really need hands on exp. =)
Once again, thank you guys, it really really helps =)
Phi
21 years ago
Hi there,
I am a very new to Java world and would anyone kindly to tell me what is that mean and what is the practical use of this? I just grab this from my Java beginner book and not completely understand it... Thanks to anyone read this =)
class TestObject extends TestObjectA
{
public static void main(String[] args)
{
TestObjectA A = new TestObject(); <-- why using TestObjectA instead of TestObject? can anyone give me a real world example?
}
}

class TestObjectA
{

}
Thanks,
Phi
21 years ago