Questions tagged as 'eclipse'

1
answer

How to implement a client for a webservice

I'd like to know what to do to implement a client for a webservice in Eclipse as a Dynamic Web Project . I can not generate a client, so I have to start from scratch.     
asked by 16.07.2015 / 02:24
1
answer

Eclipse boot problem

I just downloaded Eclipse (because I'm going to mess with Android development), but when trying to open it appears the message below. The JRE is installed on my machine because I can use NetBeans normally, without problems. Detail is that...
asked by 13.04.2014 / 04:48
1
answer

Eclipse does not stop at Breakpoints

During code development. Eclipse does not stop at breakpoints. After some research, I changed the configuration of the eclipse, but it did not change the state of eclipse. Note: I'm sweating java 1.8 Eclipse latest version JAVA Dev...
asked by 02.10.2018 / 21:26
2
answers

Migration from Hibernate 4.3.x to 5.3.1

I'm doing a Sales System course, the teacher uses the 4.3.11 version of Hibernate (which works perfectly). But I would like migrar for the current version ( 5.3.1 ), but with the configuration of the last version, t...
asked by 03.06.2018 / 18:47
2
answers

Error trying to run Eclipse: Java was started but return exit code = 13. PATH IS CORRECT

I deleted earlier versions of Java 8 and now eclipse does not want to run, the following error message appears:    "Java was started but return exit code = 13.": Ithasasimilartopic:Ialreadydidthesolutiontothetopic: Error while trying to...
asked by 15.03.2018 / 03:10
3
answers

How to Generate random numbers without repetition in Random? [duplicate]

So far I have been able to generate the random numbers and store them, but I have no idea how not to generate repetition. So far, it looks like this: package curso1; import java.util.Random; public class Curso7 { public static void mai...
asked by 04.05.2018 / 05:53
1
answer

Program that reads real number in Java

I have a pretty stupid question, let me say, but I do not remember what I should do to be correct. I should create a program that reads an integer and prints on the screen. Here's what I have: import java.io.IOException; import java.util.Sc...
asked by 04.05.2018 / 23:45
1
answer

eclipse - java - errors

Can someone help me to find the error of this code package trab; import java.util.Arrays; import java.util.Calendar; import java.util.Scanner; import java.util.TimeZone; public class tra { public static void main(String[] args) {...
asked by 22.11.2017 / 00:46
1
answer

Debug Eclipse - Classes with equal names in different projects

I was debugging here and came across a curious situation. I already fucked, but I could not succeed in finding out the problem. In a project, I have the class EntidadeDAO in project1 . In another project, in the same workspace, I have...
asked by 16.06.2017 / 18:54
1
answer

I lost the coding of the project

I installed eclipse on my windows computer and downloaded my project to continue it, I had not noticed before, but on the screen that I work, when I came across an error I realized that the characters were like this: @Size(max = 20, message =...
asked by 26.11.2016 / 17:56