Questions tagged as 'eclipse'

1
answer

Create interface with ArrayList

I have to solve an exercise in which they ask me to make an interface, the statement is as follows:    Construct an ArrayReals class that declares an attribute of type double   [] and that implements an interface called Statistics. Content   ...
asked by 30.03.2018 / 17:26
1
answer

Represent eclipse coordinates

I'm trying to draw a series of points (coordinates) in eclipse, these coordinates are read through two ArrayList, but I have no idea to represent them in the JPanel, I leave some code: MAIN public class Servidor extends JFrame { private st...
asked by 06.03.2018 / 16:13
2
answers

Error in Eclipse: Enum class not found

You see, I have a table called Seguro, with the following characteristics. package es.makigas.hibernate.modelo; import java.io.Serializable; public class Seguro implements Serializable{ public enum Sexo{ Hombre, Muj...
asked by 27.02.2018 / 17:19
1
answer

Eclipse - Reports BIRT - Aggregation

Greetings, if someone works with the Reports for Eclipse BIRT plugin, I have a question about the functionality of Aggregation , its uses are not clear to me, that is to say all its potential. I know that it can be used in a table to add a fi...
asked by 06.02.2018 / 13:37
1
answer

Memory to eclipse

I would like my eclipse to go fluid, I have a 4th generation i7, 8gb ram DDR3, SSD 256 gb, I have configured this in my eclipse.ini: --launcher.XXMaxPermSize 256M -vmargs -Xms256m -Xmx2048m -XX:PermSize=256m -XX:MaxPermSize=2048m -Xverify:none...
asked by 08.02.2018 / 10:36
1
answer

Error installing C in Eclipse

I am downloading C for eclipse (cygwin) and I have done everything that comes in this video to import everything necessary ( link ) and when doing the make, (control + B) I skipped this error in the console. Can someone help me? 20:42:54 ****...
asked by 26.10.2017 / 20:48
1
answer

Indefinite error when executing the program

Hi, I had this error in the eclipse IDE Here all the code of the program: package paquete; import java.util.Random; import java.util.Scanner; public class Programa { Scanner entrada = new Scanner(System.in); Random aleatorio...
asked by 23.10.2017 / 04:16
1
answer

Why does eclipse mark me this error?

I have searched many times for this error:    "A Java runtime environment (JRE) or Java Development Kit (JDK) must   be available in order to run Eclipse. No Java virtual Machine was   Found after searching the following location: location "...
asked by 16.06.2017 / 19:40
1
answer

HTTP State 404 - / applicationWEB / the resource is not available

I'm following a tutorial to create a dynamic web project with eclipse, when running the application on the server I get a message "HTTP Status 404 - / aplicacionWEB /" these are my current files index.xhtml <!DOCTYPE html PUBLIC...
asked by 15.05.2017 / 09:58
2
answers

Error configuring Apache Tomcat in Eclipse JEE

I'm trying to add a new server in Window > Preferences > Server > Runtime Environments And I select the option Apache Tomcat v8.0 , but the version of Apache Tomcat that I have is 8.5.11 so I get the following error: p> The Ap...
asked by 10.03.2017 / 06:08