Questions tagged as 'netbeans'

1
answer

Run project in netbeans [closed]

I want to update a project, but when opening it in netbeans, it does not give the option to execute     
asked by 01.02.2017 / 16:01
1
answer

Why does NetBeans suggest changing an array addition?

I'm starting my studies in programming with Java. I'm creating a class for object in NetBeans that alerts the following message:    Array concatenated with String Why? My code: import java.util.Arrays; public class PessoaGenerica {...
asked by 25.04.2016 / 00:52
1
answer

Why does Netbeans IDE not automatically delete Build from a web java application that was imported? [closed]

I downloaded a java web project and imported it to netbeans , when all the imported project with all its libraries were in their place, along with the file web.xml (within WEB-INF), I executed the project and it started tomcat...
asked by 29.08.2015 / 22:35
2
answers

Is it possible to switch between JDKs in Netbeans working in a Maven web project?

I'm working with java7 but now I have other Maven web projects that were built for the java8 platform, I'm using Netbeans 8.0.2. Before when I created only the java web project (not Maven), I have 2 JDK s, 7 and 8 pr...
asked by 04.09.2015 / 14:45
2
answers

How to change the Netbeans IDE language On the Mac?

Good evening, Can you help me change the language in netbeans IDE 8.2? my operating system is in Portuguese but as the first version of netbeans installed was in English I think it must have influenced the Portuguese version currently install...
asked by 23.02.2017 / 01:35
1
answer

Plug-in to use TypeScript in NetBeans 8.1?

I'm using NetBeans 8.1, but it does not recognize the syntax of TypeScript . Is there a plug-in that works well with TypeScript in NetBeans 8.1? If it does not exist, what IDE would be indicated?     
asked by 28.07.2016 / 00:53
1
answer

Problem with If and Else when validating EditText fields in the android application

I'm kind of confused to do a field validation here in my people directory. The following error is appearing: Else without if on line 84. I do not have much experience and I appreciate the understanding of everyone who can help. import android...
asked by 29.12.2015 / 19:50
1
answer

PHP - remote xdebug using netbeans

Introducing 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 development IDE I'm using Netbeans for PHP....
asked by 15.10.2015 / 19:00
2
answers

How do I enable Netbeans to open a system folder (Open in system browser)?

I opened all my projects directly through netbeans , but I needed to remove the netbeans from the computer and all my settings were lost, I really do not remember how I did it using the plugins in the toolbar. Before I simply opened...
asked by 31.08.2015 / 20:24
2
answers

Incomplete entity class problem - JPA

I'm trying to make the relationship between two classes (CotDetatlhe and CotDetForn), but I'm facing the following problem:    The @JoinColumns on the annotated element [field cotDetatlhe] from the entity class [class bean.CotDetForn] is inco...
asked by 27.03.2015 / 20:35