Questions tagged as 'netbeans'

1
answer

How to change the VM heap space in a Netbeans Platform project

I'm having the following problem: I have a Netbeans Platform Application project that during execution the application hangs once and nothing else responds (one minute execution is enough to crash, this possibly occurs because of large quer...
asked by 23.06.2015 / 17:35
1
answer

Tomcat boot problem

As a mitigation measure for this error , I installed XAMPP and put it (Tomcat) as a container for NetBeans . But when I'm going to run some project on NetBeans, the following error appears on the Tomcat console in the IDE: Iniciando a partir...
asked by 20.11.2014 / 15:13
1
answer

Error in Netbeans when creating project [closed]

My error is in the IDE, I'm using Debian Jessie , I decided to use it shortly. The installation of Netbeans occurred perfectly, the JDK installation also however it returns me this error: I tried to reinstall but it did not work, I rem...
asked by 31.12.2016 / 16:14
1
answer

The code generated by the GUI builder of netbeans affects application performance?

Netbeans has a user interface creation tool using swing a>, which greatly facilitates the development of desktop applications, however, the tool seems to create numerous lines of code even for something simple many times. Example: Thi...
asked by 28.01.2016 / 10:46
2
answers

Configure the compiler output path in NetBeans

Would anyone know how to configure Netbeans, so that when I compile a project, I run the executable in a particular folder? In the project properties, you have the linker option, which I believe is the output of the program, there is this direct...
asked by 08.07.2015 / 15:46
2
answers

Why Netbeans suggests improving the for?

When you were doing this for Netbeans showed that bulb tips to improve the code in the for line. The suggestion was to reverse the condition. Here is the code: Before improvement: for(int j = 0; j < selectionPaths.length;...
asked by 31.10.2014 / 11:07
2
answers

Error generating files / classes from a Web Service with Netbeans

I'm trying to generate files / class from a Web Service and bring it to my Java project. For this I am using Netbeans IDE 8.0.2 At first I'm getting the message "Uma classe/interface com o mesmo nome já está sendo usada. Use a personali...
asked by 13.01.2015 / 20:21
3
answers

Netbeans: warning message

I have a warning message that tells me that the method is 23 lines and in parentheses says (20 allowed) I do not understand why this message, / p> What does this mean? How do I disable this warning?     
asked by 04.09.2015 / 15:51
2
answers

Source Codes in Projects

If I have 10 projects in NetBeans, these 10 projects will use a Logging system, this system will contain a Log.h and a Log.c. Since all projects will have to use these two log files to generate logs, I will need to copy the two files for each pr...
asked by 17.06.2015 / 15:44
2
answers

URL in netbeans does not work

I'm trying to run a project in php on netbeans and it runs the following url: http://localhost/portfolio/index.php Only my project does not open. It only opens in the following url: http://localhost:8080/portfolio/index.php How do I op...
asked by 13.11.2015 / 12:50