Yogesh Suthar
Yogesh Suthar

Reputation: 30488

Application folder not showing XAMPP or any subfolder in Netbeans

I want to create a PHP project using existing source in Netbeans. But when I try to give path of my existing project inside Applications/XAMPP/htdocs/ProjectFolder, the Applications folder doesn't showing any subfolders. I have attached image of this.

enter image description here

As you can see there is no subfolder inside Applications folder. All other Folders for eg. Desktop, Documents showing its subfolders.

I am using netbeans version 8.0.2 and Mac OS 10.10.2

My Applications and XAMPP folders permission is as follows

enter image description here

I have tried with this solution but no help.

What I need to change the configuration to get the subfolders of Applications?

Upvotes: 0

Views: 4385

Answers (2)

Yogesh Suthar
Yogesh Suthar

Reputation: 30488

I was looking in wrong Applications folder where XAMPP is installed. But actually all apps are installing inside root's Application folder.

enter image description here

After going in root's folder Applications folder showing all inner subfolders.

Upvotes: 1

Eko Junaidi Salam
Eko Junaidi Salam

Reputation: 1681

Please check this out :

Importing Existing Local Source Files into a Project

  1. In the Projects area, choose PHP Application with Existing Sources and click Next. The New PHP Project > Name and Location panel opens.
  2. In the Project Name text field, enter the name of the project.
  3. In the Sources Folder field, specify the folder from where you want to import the source files. Note: If you are going to run the project on a local web server, do not forget to specify copying the source files to it.
  4. From the Default Encoding dropdown list, choose the default encoding for your project.
  5. If you want to store NetBeans metadata in a different location than your source files, select "Put NetBeans metadata into a separate directory." For example, you might want to store your sources in your document root but the NetBeans metadata in your NetBeansProjects directory.
  6. Click Next. The Run Configuration panel opens.

For detail information please read this.

Upvotes: 0

Related Questions