Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I'm facing error
C#
java.io.FileNotFoundException: myfile.java (The system cannot find the file specified)
	at java.io.FileInputStream.open(Native Method)

I already have set path in project properties->run->working directry
Path working directry is
Java
C:\Users\Hameed7475\Documents\NetBeansProjects\JavaApplication6\src\myfile.java

This is image of error New Images - TinyPic - Free Image Hosting, Photo Sharing & Video Hosting[^]
I have file extension myfile.java
Posted

1 solution

Well, the path of the working directory should be
C:\Users\Hameed7475\Documents\NetBeansProjects\JavaApplication6\src

instead.
 
Share this answer
 
Comments
Hameed Khan 7-Jan-16 11:25am    
@CPallini I also try this ,but same issue remaining

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900