Archive for the 'netbeans' Category

How to start desktop application with Netbeans

Netbeans is great software. But sometimes very confusing. Netbeans have great java swing GUI editor with drag and drop palette. Use it. It is very helpful. Netbeans have also Java Desktop Application option: File -> New Project -> Java -> Java Desktop Application – don’t use it. It seems to be helpful but creates more [...]

How to refresh PHP project in Netbeans

I used to use netbeans for php development. Sometimes it more simple to enter new files directly to project folder without using IDE. But these files is not viewable in IDE. There is a lack of refresh button for netbeans php project menu. Workaround is very simple: right click on -> Properties -> Ok. This [...]

Build errors in Netbeans editor but Maven build successful

I get build errors in netbeans editor and project view now, although when I Clean Build the project I get Build successful in the output log. Whose fault is it? I don’t know. What to do? Open <your project> properties –> Sources and ensure that source format is the same as jdk you use. Press [...]


wp