Questions tagged as 'java-ee'

2
answers

java.lang.NullPointerException

Main class presenting problem in call of method createNewContact and insertCustomer: case 1: cliente = new Cliente(); cliente.setNome(JOptionPane.showInputDialog("Nome: ")); cliente.setCpf(Long.par...
asked by 22.06.2015 / 16:18
1
answer

Error while building and executing project, java web, with jpa and hibernate

I'm developing a Java Web project, using JPA, Hibernate and maven, and when executing the project, or when constructing the project I get the following exception: cd E:\NetBeansProjects\mercadinho; "JAVA_HOME=C:\Program Files\Java\jdk1.8.0_161...
asked by 04.06.2018 / 16:19
1
answer

array comparison in java

I was doing a project and needed the following logic ... link and I came across the following situation ... and if it was with 2 different queries how would it look? in my case I have to compare the result of the first select and search in the...
asked by 28.05.2018 / 19:52