简体   繁体   中英

Where is the home folder of the NetBeans project?

Am running a code that should be in a home folder but it not getting the files. where is the home folder for the NetBeans project so that I can paste that file there?

run: courses.txt (The system cannot find the file specified) BUILD SUCCESSFUL (total time: 2 seconds)

If you want to know exactly where your particular project home folder is located within your system then:

  • Right-click on the project name within the (left) Projects pane in NetBeans;
  • From the drop-down menu, select Properties located at the bottom. The Project Properties window will be displayed;
  • Select the Sources list item (usually at the top of list) within the (left) Categories pane of the Properties Window.
  • To the top-right of the Properties Window you can see the Project Folder property. What is displayed within that text field is the home location for your project.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM