aspose file tools
The moose likes Java in General and the fly likes Exception thrown while createNewFile() Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Exception thrown while createNewFile()" Watch "Exception thrown while createNewFile()" New topic
Author

Exception thrown while createNewFile()

jaibhim max
Greenhorn

Joined: Nov 15, 2010
Posts: 21
Hi All,

I am using windows 7 and trying to create a file .testBoringFile on my mounted drive "U:".
I wrote following code.



.testBoringFile gets creates but an exception is thrown while executing"tempFile.createNewFile()".




I referred following link, but doesn't get any useful info. http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4857780


Can anyone please help me out?


-akki
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56183
    
  13

"jaibhim max", please check your private messages for an important administrative matter. Thanks.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Exception thrown while createNewFile()
 
Similar Threads
Runtime.getRuntime().exec(s) spaces in s are trimed
java.io.IOException: Too many open files
How to close a file
Difference between Exceptions thrown by JVM and thrown Programatically
Getting Exception for Java through FTP.