Re: Newbie...FileNotFoundException in servlet

2001-03-26 Thread Yousaf Khan
Khan. - Orignal Message - Date:Mon, 26 Mar 2001 15:08:12 +0800 From:Sol Christopher Gipulan <[EMAIL PROTECTED]> Subject: Newbie...FileNotFoundException in servlet Hi to all. Before, accessing file in my JAVA program works but when I put the codes in a servlet a FileNotFou

Re: Newbie...FileNotFoundException in servlet

2001-03-26 Thread Alexander Fedorov
Hello Ricardo, Monday, March 26, 2001, 10:22:32 AM, you wrote: ARY> try giving the absolute pathname of "MyFile" (e.g. "c:\directory\MyFile"). Better use c:/directory/MyFile Good luck. -- Alexander Fedorov Software developer Adcore Wibautstraat 120 1091 GP Amsterdam the Netherlands tel: +31

Re: Newbie...FileNotFoundException in servlet

2001-03-25 Thread Saumont Pierre-Yves
vlet API Technology. [mailto:[EMAIL PROTECTED]]De la part de Sol Christopher Gipulan Envoyé : lundi 26 mars 2001 09:08 À : [EMAIL PROTECTED] Objet : Newbie...FileNotFoundException in servlet Importance : Haute Hi to all. Before, accessing file in my JAVA program works but when I put the codes i

Re: Newbie...FileNotFoundException in servlet

2001-03-25 Thread Artigas, Ricardo Y.
ol Christopher Gipulan [SMTP:[EMAIL PROTECTED]] > Sent: Monday, March 26, 2001 3:08 PM > To: [EMAIL PROTECTED] > Subject: Newbie...FileNotFoundException in servlet > Importance: High > > Hi to all. > > Before, accessing file in my JAVA program works but when I pu

Newbie...FileNotFoundException in servlet

2001-03-25 Thread Sol Christopher Gipulan
Hi to all. Before, accessing file in my JAVA program works but when I put the codes in a servlet a FileNotFoundException prompts me. I'm using JSDK 2.1 in testing the servlet. Here's the code: byte[] MyKey = null; try{ FileInputStream solk