Questions tagged as 'netbeans'

3
answers

Problem with Tomcat access at the time of deployment

I'm working on a Java EE project in NetBeans 8.0.1 using Tomcat 8.0.9 as a container. The problem occurs at the time of project execution, IDE asks for a username and password and I provide them, but it ignores them and asks again, I click cance...
asked by 31.10.2014 / 16:39
1
answer

Get revision history in Google Drive with Java from NetBeans

I need to get Google Drive review history. I visited the Drive developers website and I saw that you can do this with several languages. I want to do with Java and use NetBeans and the history I want is that of Google Docs. The code is ready to...
asked by 24.10.2014 / 14:04
1
answer

.jar does not find the path of reports ireport

Good afternoon Sirs! Home I'm having a problem and none of the other posts could help me ... I was checking my TCC and I just came across the following problem: My .JAR executable can not identify the folder where the reports created by iReport...
asked by 25.11.2018 / 17:07
1
answer

Netbeans unconfigured

Hello, I was doing a college job on Netbeans. I wanted to make a UML diagram of the project, so I installed a plugin with shows the following link. Video tutorial showing plugin installation I could not get the same results as him, so I wa...
asked by 02.05.2018 / 00:18
0
answers

Interface Lock in NetBeans

I am developing a program for client-server communication. I'm developing the graphical interface of the program based on JPanel / Forms . The client data is sent correctly to the server. My problem is when I go to fetch the data...
asked by 09.12.2017 / 13:01
0
answers

Netbeans Connector and Chrome - MAC OS

I recently migrated my development IDE, NetBeans, from Linux to MAC OS. The problem is that I can not debug my Java EE project in Chrome using the NetBeans Connector extension. By simply debugging, Chrome opens only one blank page with the...
asked by 15.12.2017 / 19:22
0
answers

NETBEANS - JAVA - DERBY - Error retrieving byte for ImageIcon

Save everything good? I stored a BLOB file and I'm looking to recover it, it's a JPG. Below is the ResultSet of it: byte[] bin = null; // (2) ResultSet rs; try { rs = produtoCont...
asked by 27.11.2017 / 01:51
0
answers

Problems trying to upload project in Bitbucket with Netbeans

I want to upload my project with git in the Bitbucket repository by Netbeans, whenever I try to send the following error: The remote repository contains merged commits in the local branch. Open the output to see more information. Doe...
asked by 17.06.2017 / 04:45
0
answers

Configuring JAVA Environment Variables

Here's the setting for 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 Files\Java\jre1.8.0_121 Eclipse recognizes the variabl...
asked by 31.05.2017 / 19:50
1
answer

Choose an "x" file inside a directory in java

So I'm doing a project and in it I would have to fetch some keywords in .txt files within a certain directory, except that the name of those files does not follow a pattern and my program would have to read 1 by 1. I would like to know if there i...
asked by 15.05.2017 / 16:25