Questions tagged as 'eclipse'

0
answers

The container 'Maven Dependencies' references non existing library 'C: \ Users \ ... repository \ com \ sun \ tools \ 1.6.0 \ tools-1.6.0.jar'

I get this error in a Maven project. What can it be? My POM.XLM is: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance...
asked by 18.11.2018 / 01:34
0
answers

Configure Gradle

I have added dependencies to the gradle, and I know in new versions the compile was changed to the implementation , but the provided I do not know if it has changed. If you have not changed this would be a correct% gradle...
asked by 16.11.2018 / 12:59
0
answers

Modify data in an array-list

I am doing a program which is used to put data of people the program must contain a menu where this high, changes and low, in the changes I must look for the name of the person to whom I will change the data and tell what data to change it and t...
asked by 09.11.2018 / 06:55
0
answers

Share a project in git without removing it from the eclipse workspace

I have been using git with eclipse for a short time, it turns out that when I share a project from the popup of the project browser I am asked for a location for the local repository. By facilitating it and creating the repo, the project is n...
asked by 05.11.2018 / 14:10
0
answers

How can I run a program by pressing a button on android studio

Hello everyone I need your help, I want in android studio press a button ("Start") and when I go to the second activity, I start to run the program that is random words I need to know how to make them go by one by one Where should I put th...
asked by 04.11.2018 / 01:13
1
answer

When a date type field is saved in the database, it is saved with a date from a previous day

I am programming an application with the following technologies: Java, Spring, Hibernate, Maven, Msql. The IDE that I am using is Eclipse. The problem that I am having is that when an entity persists, one of its properties is of Date t...
asked by 04.11.2018 / 03:22
0
answers

Android projects in Eclipse Photon do not start

I have installed Eclipse Photon and the Android ADT Plug-in with the Android Studio SDK, install the Android Tools and 2 APIs (La 2.2 - Froyo and 6.0 Marshmellow) to work. Everything during the installation was fine, but now that I try to cre...
asked by 23.10.2018 / 00:52
1
answer

pass arraylist to Fix

I'm trying to pass the values of a arraylist to an array but it tells me that all records are null . public static void listadedatos() { for(int i = 0; i < datostabla2.size(); i++) { datostabla[i] = (String) datostabla2.ge...
asked by 19.10.2018 / 17:07
1
answer

how do you get the values of x and y? How do you determine the end of the screen?

I am doing some automatic tests of an application, I use uiautomatorviewer but it does not locate the arrow button to go backwards. I want to click with some coordinates, but depending on the device, these coordinates vary. My idea was to put...
asked by 18.10.2018 / 17:25
0
answers

How can I add data to a vector and show it on the screen? (I use eclipse java photon)

I had an idea but I do not know if it's okay public void capturardatos() { String nombre="Hola"; int edad,tiempoTrabajado,numerosHijos,conta=0; double salario=0; Trabajador[] empleados=new Trabajador[25]; Trabajado...
asked by 19.10.2018 / 21:01