The Artima Developer Community
Sponsored Link

Java Answers Forum
Getting FileNotFoundException on WAS 5.0

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Deepak

Posts: 1
Nickname: dsinghal
Registered: May, 2003

Getting FileNotFoundException on WAS 5.0 Posted: May 23, 2003 6:55 AM
Reply to this message Reply
Advertisement
Hi,

I am excuting following code in the servlet on WAS 5.0 but getting java.io.FileNotFoundException: Q:/test/me.TIF (The filename, directory name,or volume label syntax is incorrect)error.

FileInputStream fin = new FileInputStream("Q:/test/me.TIF");

Here Q drive is mapped to the some folder on another machine on same network. It is working on most the m/c but not working on a specific m/c. it works if the network passowrd required for mapping is blank.

Please help me.

Thanks

Topic: Error with java SimpleServlet - Urgent Previous Topic   Next Topic Topic: A misbehaving applet

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use