Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is 'fix name' in Netbeans?

Tags:

php

netbeans

I'm developing a website with Netbeans and sometimes a notice appears that says 'Fix name to...' but I don't understand what the meaning of 'Fix name' is or what its role is...

Could anybody explain to me its meaning, please?

Thanks!

like image 607
jask Avatar asked Apr 05 '13 18:04

jask


People also ask

How do I change my name in NetBeans?

Navigate to the Project window, right-click on the project name, RenamingElements, and choose Rename…. Under Project Name enter FileSystem and tick Also Rename Project Folder; after that, click on Rename.

How can I see compiled code in NetBeans?

On the main NetBeans menu, choose Build → Build Main Project. The output window shows a successful compilation. If the compilation isn't successful, make changes to the code in the editor window, and try compiling again.


1 Answers

If the name of your application is different from the name in the netbeans.conf file you will get this error. The way to fix it is to open the netbeans.conf file and change the name to the current name of your application.

like image 195
kayleighsdaddy Avatar answered Oct 01 '22 20:10

kayleighsdaddy