Questions tagged as 'eclipse'

1
answer

Error No to traverse can not be null!

You see, I have a Medical Assistance table: package es.makigas.hibernate.modelo; import java.io.Serializable; import java.math.BigDecimal; import java.util.Date; import javax.persistence.*; @Entity @Table(name="AsistenciaMedica") public cla...
asked by 26.02.2018 / 22:01
0
answers

ArrayIndexOutOfBoundsException

outOfBoundsException Hello. I'm having problems with this code snippet: import ij.IJ; import ij.ImagePlus; import ij.ImageStack; import ij.process.ImageProcessor; public class StatisticalSignificance { static int[][] rRed, rGreen, rBlue;...
asked by 23.02.2018 / 22:59
1
answer

Parameter Error Required from a BIRT Report called from Other

The error it presents is this: + org.eclipse.birt.report.service.api.ReportServiceException: Required parameter client is not set. The report when I was testing it locally called your child correctly, but now that the client has been upload...
asked by 16.02.2018 / 15:06
0
answers

I can not access a socket server from an external computer when I run it within Eclipse

I am developing a server in JAVA. If I generate a JAR, any internal or external client application to the computer can access the server. If I execute it from Eclipse to be able to debug it, external computers do not connect. I will appreciate a...
asked by 15.02.2018 / 09:40
0
answers

Problem with jaspersoft java.lang.ClassNotFoundException:

Good morning, in advance thank you for taking the time to read my question. I am modifying some reports with ireport 4.1.3 (if it is very old) however it is the only one that let me compile the reports that I do, now I have changed my PC and...
asked by 06.02.2018 / 14:35
0
answers

Java hibernate: Error with Hibernate console configuration

I am trying to configure a project implementing Hibernate with postgresSql. When I try to configure Hibernate console configuration I get the following error and I can not continue: Does anyone know why it can be ?? Greetings and thanks...
asked by 28.01.2018 / 21:16
0
answers

HTTP Status 500 - [PersistenceUnit: default] Unable to build Hibernate SessionFactory

clase Carreras package org.openxava.myschool1.model; import java.util.*; import javax.persistence.*; import org.openxava.annotations.*; @Entity public class Carreras { @Id @Hidden @GeneratedValue(strategy=GenerationType.IDENTITY)...
asked by 12.02.2018 / 21:59
0
answers

Maven problems with Repositories

Good afternoon, compañer @ s First of all, I have been working with Java 6 for a few months,
asked by 26.01.2018 / 21:56
1
answer

eclipse and code recommender

When I get into eclipse oxygen and echo code pronder the first time I get the following warning log attached below. after having used it the first time it does not happen again. I'm looking for a solution to fix it or to make this specific notic...
asked by 25.01.2018 / 18:48
0
answers

capture screen in sikuli as evidence

I want screen capture for each step in my test cases, I have not found a good practice please Help, I am using sikuli with Eclipse and Java selenium Annex my Code for more understanding Code public class Factura_Nueva { WebDriver screen; Ex...
asked by 25.01.2018 / 17:24