Most voted "netbeans" questions
Netbeans IDE is a free and open source integrated development environment (IDE) for software developers in Java, C, C++, PHP, Groovy, Ruby, and more. The IDE runs on many platforms, such as Windows, Linux, Solaris, and Macos. Netbeans IDE Provides Developers with Tools to Build Professional Desktop, Enterprise, Web, and Mobile Cross-Platform Applications.
Learn more…259 questions
Sort by count of
-
1
votes0
answers800
viewsIs it possible to rename a java web project using Netbeans?
Netbeans offers the option to rename a project, I’ve done this several times, including the project and its folder, and every time they’ve been successful. However they were Java SE projects, when I…
-
1
votes1
answer573
viewsPHP - Remote Xdebug using netbeans
Presenting the environment: I have a virtual server running a Debian 7.2 (64bit) distribution, on this server I have installed Apache 2.2.22 and PHP 5.4.39 My host machine runs OS X 10.11, as a…
-
1
votes0
answers117
viewsWhere the file is: I am developing with Ionic/Angularjs and Sqlite
I’m trying to open the database in Sqlitebrowser, but I can’t find the file created. I used the command : window.openDatabase The alias I gave is "my.db" but I can’t find it anywhere. Where…
-
1
votes1
answer586
viewsMultiple buttons (Jbutton) with the same function in different Jpanels
I’m making a program (using the Netbeans GUI Builder and Cardlayout) with multiple screens (multiple Jpanels) and they’ll all have a start button, which obviously goes back to the home screen. I…
-
1
votes2
answers128
viewsJava: Connection Class Error
How to fix this error ? This is preventing you from connecting to the bank.... private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) { // Eventoos do Botao inserir try { //Registra…
-
1
votes1
answer143
viewsDo you use Typescript in Netbeans 8.1?
I’m using Netbeans 8.1, but it doesn’t recognize the syntax of Typescript. Is there any plug-in that works well with Typescript in Netbeans 8.1? If not, which IDE would be indicated?…
-
1
votes1
answer155
viewsIgnore error validation in Netbeans file directory
I am creating an Laravel application and I like to use Netbeans for it. The problem is that Laravel has a number of libraries that it implements itself and that use testing resources that make my…
-
1
votes0
answers731
viewsData insertion - Foreign keys in Java
I’m having a little trouble implementing the foreign keys in my project. Daoproduct.java. public class DAOProdutoImpl implements DAOProduto { private GerenciadorDeConexao gc; public…
-
1
votes0
answers36
viewsJSP + netbeans + Bower Project
Good afternoon, everyone! My question is this:... I have a newly created JSP project in netbeans and want to work with Bower to manage my front-end packages. Where to create the bower_components…
-
1
votes1
answer28
viewsHow to pass a parameter in a GET verb when using Xdebug - Netbeans
I have a page mySite.com/api/v1/listUsers.json.php that will return a list of users to be consumed in an app. But I would like to take advantage of that same page and create the following condition…
-
1
votes1
answer123
viewsIf and Else problem when validating Edittext fields in the android app
I’m a little confused to do a field validation here on my People Register. The following error appears: Else without if on line 84. I don’t have much experience and I appreciate the understanding of…
-
1
votes1
answer683
viewsRun project in netbeans
I’m looking to upgrade a project, but when opening it in netbeans, it doesn’t give me the option to run…
netbeansasked 7 years, 9 months ago adventistaam 3,354 -
1
votes2
answers1142
viewsHow to Change the Language of Netbeans IDE On Mac?
Good night, Can you help me change the language in netbeans IDE 8.2 ? my operating system is in Portuguese but since the first version of netbeans was installed in English I think it may have…
-
1
votes0
answers115
viewsI have 2 source Packages in the same netbeans project
Quick question I have a project in my netbeans with 2 source Packages for no reason. All my projects have 1 source package. they appear to be cloned because if I add or remove something in a source…
-
1
votes1
answer1189
viewsWhat is the difference between Netbeans JAVA WEB and Java EE?
What is the difference between the type of Netbeans JAVA WEB project and the Netbeans JAVA EE?
-
1
votes1
answer498
viewsChoose an "x" file inside a java directory
So I’m doing a project and in it I would have to fetch some keywords in files. txt within a given directory, only that the name of these files does not follow a pattern and my program would have to…
-
1
votes0
answers1131
viewsConfiguring JAVA Environment Variables
Follow the setting of my environment variables: PATH - C:\WINDOWS\SYSTEM32;C:\Program Files\Java\jdk1.8.0_121\bin JAVA_HOME - C:\Program Files\Java\jdk1.8.0_121 JRE_HOME - C:\Program…
-
1
votes1
answer97
viewsHow to remove the warning not to use VAR in Netbeans?
Right here in the OS, I saw that I no longer need to use VAR, when declaring a variable in PHP, this was only until PHP4. Netbeans keeps giving error, if I don’t use, and use only the variable How…
-
1
votes0
answers1555
viewsProblems Trying to Move Up Project in Bitbucket with Netbeans
I want to upload my git project into the Bitbucket repository by Netbeans, whenever I try to upload the following error: The remote repository contains non-mixed commits in the local branch. Open…
-
1
votes1
answer182
viewsWhy does Netbeans suggest changing an array addition?
I am starting my studies in programming with Java. I am creating a class for object in Netbeans that warns the following message: Array concatenated with String Why? My code: import…
-
1
votes0
answers252
views -
1
votes1
answer470
viewsJasper does not open outside the IDE
Within the Netbeans IDE the code works and the report is presented. But when generating the executable, it is not possible to open the report, receiving the null message. It’s like he can’t trace…
-
1
votes0
answers155
viewsBlocking the Interface in Netbeans
I’m developing a program for client-server communication. I am developing the graphical interface of the program based on JPanel/Forms. The client data is sent correctly to the server. My problem is…
-
1
votes1
answer328
viewsProblem in web.xml
Hello! I have my web.xml, I want to put the jstl dependency, for this I am using the following code: <dependency> <groupId>jstl</groupId> <artifactId>jstl</artifactId>…
-
1
votes1
answer247
viewsHow to Enable Java EE in Apache Netbeans IDE 10
I downloaded the final version of Apache Netbeans 10.0 on official website, however Java EE is not enabled, I go to the IDE plugin itself, but the download option does not appear.…
-
1
votes1
answer81
viewsHow do I get multiple columns of a table to reference a foreign key from another table?
How do I get multiple columns of a table to reference a foreign key from another table? I want all columns called "SLOT", CAN store a key from the mods table. NOTE: I’m using the latest version of…
-
1
votes1
answer87
viewsMain method in Jframe?
I have a question: When creating a new Jframe in Netbeans, a main method is placed inside it, I thought it was necessary and therefore never touched it. Today I deleted it and the program continued…
-
1
votes0
answers9352
viewsHow to Change the Language of Netbeans IDE 11 on Windows 10
As we can see in the IDE photo is in English. The compiler too, but I want to modify to Portuguese-Brazil. I checked the file netbeans.CONFIG which is in the folder C:\Program…
-
1
votes0
answers30
viewsNETBEANS - JAVA - DERBY - Error Retrieving Byte for Imageicon
All right, all right? I have stored a BLOB file and am looking to do recovery of it, is a JPG. Below is the Resultset of the same: byte[] bin = null; // (2) ResultSet rs; try { rs =…
-
1
votes0
answers78
viewsNetbeans Connector and Chrome - MAC OS
I recently migrated my Netbeans development IDE from Linux to MAC OS. The problem is that I am unable to debug my Java EE project in Chrome using the Netbeans Connector extension. Simply, when…
-
1
votes2
answers126
viewsDisfigured Netbeans
Hello, I was doing a college paper on Netbeans. I wanted to make a UML diagram of the project, so I installed a plugin with shows the link that follows. Video tutorial that shows the plugin…
-
1
votes1
answer436
viewsString error using the nextLine() method in Java
I have a problem with a simple java program. When I run and scan with String, it simply goes straight to the end of the program, but when I put char it does not pass and runs normally, even so I…
-
1
votes1
answer620
viewsDirect Print to Non-standard Printer with Jasperprintmanager
In my system a txt file is imported read and printed on the standard printer, the report is done in ireport and I use the printPage method of Jasperprintmanager to print on the standard printer,…
-
1
votes1
answer89
viewsFilter files by their extension(xml, rar, docx....)
Good Afternoon, I have an algorithm that takes all the files of an x directory, and reads them, but these files have to be XML, and sometimes RAR files appear, then at the time of reading give error…
-
1
votes0
answers35
viewsUsing Netbeans to Access BD Posgresql - jdbc. Drivers
I made the connection in the database using netbeans but is not finding the DRIVE, apparently everything is correct, but always returns the error: No suitable driver found for…
-
0
votes2
answers535
viewsMake a Netbeans project that runs on Virtualbox shared folder not upload
I have a Virtualbox running an Ubuntu/Apache/PHP web server. I set the application folder in apache to /var/sf_www/ this is a shared folder with my host machine. I set up Run Configuration in…
netbeansasked 10 years, 9 months ago Paulo Henrique 592 -
0
votes1
answer58
viewsUbuntu Horizontal Scroll Being Interpreted as Right Button in Netbeans, Astah
In Ubuntu we can enable the horizontal scroll in dconf Editor. When using it, in Netbeans and some other programs, such as Astah, the horizontal scroll does not work, and is interpreted as a…
-
0
votes1
answer124
viewsScript to enable/disable horizontal scroll on Ubuntu
Some programs do not work well with horizontal scroll on Ubuntu, such as Netbeans and Astah (Question on topic). An alternative is to enable/disable horizontal scroll via a script.…
-
0
votes1
answer42
viewsFind a variable in JSP
Work with several JSP pages that communicate, and currently I need to find a variable that is present in several pages, I need to find where it is being declared.
-
0
votes1
answer119
views -
0
votes1
answer397
viewsThe mysql start command path is not set?
I’m trying to connect web-service in netbeans on Ubuntu with mysql server, but when I click start this image error:…
-
0
votes2
answers424
viewsHow do I display a jPanel when I place my mouse over a certain region?
Hello, I would like to know how to create an algorithm in Java to display a certain Panel within my Form Jframe, as soon as the user positions the mouse cursor on a certain pre-programmed region,…
-
0
votes1
answer670
viewsUsing Dropbox as a repository for Netbeans 8 projects on Windows
I am using Netbeans 8 in my projects and would very much like to use Dropbox as a versioner. I set up the repository in Dropbox but with the project directory in another way. I may be confusing…
-
0
votes1
answer45
viewsGenerate file template with Maven
Good morning, everyone. With Maven Archetype you can generate project templates. Is there any way to generate file templates for Netbeans with Maven?
-
0
votes1
answer522
viewsHow to run a . jar using java jdbc on another machine
I’m a beginner in java, I made an application using the netbeans native database. Gero the file jar, and in the machine I made the application the jar runs normally, but when I put this jar on…
-
0
votes1
answer131
viewsConnect to Sqlserver using Windows 10?
I am using Windows 10 and have to connect to a Sqlserver 2000 database using the command line in a java application. However, I am receiving an error. run: ClassNotFoundException:…
-
0
votes1
answer368
viewsWhy do Eclipse and Netbeans spoil accentuated files?
Look, I tried and I tried, I looked on the web for some way to learn how to use these tools, but I’m giving up, I’m going to use Notepad++ anyway. Before I used to use the Dreanweaver and never had…
-
0
votes1
answer174
viewsNo query Executer Factory Registered for 'sql' language
In my project there are some reports and graphics, using DynamicReports which function properly in the IDE Netbeans without any mistake. But through the command line running the jar java -jar…
-
0
votes1
answer66
viewsNetbeans, customisable default code
There is a way for me to load a require for example in the.php classes in netbeans by default ?
-
0
votes1
answer1965
viewsNetbeans is identifying as bugs aguns files from Laravel. How to resolve this?
I just installed a version of Laravel 5 and opened the project in Netbeans IDE 8.1. I am running with PHP7. As you can see in the photo, there are several errors in different folders. Even the…