Questions tagged as 'eclipse'

3
answers

Android xml lines (Eclipse)

In the course I do Android, it works on the Eclipse platform (Old Version) and I in the latest version, when the teacher uses the command: android.id in it all, but if I type this line I have to use android:id for the command to wo...
asked by 23.06.2015 / 20:08
1
answer

I can not include the artifacts by Maven

I have little experience with Java programming and I'm having a hard time including libraries by Maven, and I do not know if it's really necessary to create a local Maven repository on my computer, as shown in the video below: link I'm f...
asked by 13.08.2014 / 13:45
1
answer

Login screen on Android

I emulated a local server for XAMPP and started trying to develop a login screen for an Android application. It is working perfectly, but only when I log in to the localhost (using my local IP address instead of localhost, because the...
asked by 03.10.2014 / 22:03
2
answers

How to install SVN in Eclipse?

I want to install the SVN repository in Eclipse. How to proceed?     
asked by 10.09.2014 / 19:55
1
answer

Import github code into eclipse Oxygen

I have a code that I would like to import into my eclipse through the zip download, however at the time of importing the following error    No projects are found to import How to import a Java project from github to my eclipse...
asked by 04.05.2018 / 05:00
1
answer

Java Perspective Message

The message is being displayed every time I run Eclipse and create a new project, can someone explain the reason for the message?     
asked by 09.06.2017 / 20:56
1
answer

error in comparison using substring

maquina += numeroale.nextInt(4); maquina += numeroale.nextInt(4); //vez da mqauina for (int i = 0; i < maquina.length(); i++) { System.out.println("valor atual"+maquina.substring(i,1)); if((maquina.substr...
asked by 23.05.2016 / 05:08
1
answer

Verify that the value already exists in the txt file

I'm developing an inventory application that in its freeware version will work with the data entered in a txt file line by line, the data structure will be as follows Barcode + Description + Location "And after locating I want to add a sum,...
asked by 15.11.2015 / 16:48
1
answer

Recovering deleted project in Staged E-git

Good evening everyone! Today I tried to use the E-git plugin for a project made in eclipse, following an internet tutorial. I've never had contact with the plugin before. And because of this unprepared I removed all the 'Unstaged Changed' files...
asked by 23.04.2016 / 00:54
1
answer

Eclipse + JavaHL / SVN - ClientException - Help

I just want to sync my project's online repository from my TCC with Eclipse through SVN on the Mac. I use Lion here on my White, I already installed JavaHL on MacPorts, I installed Subclipse and everything but I can not checkout. When I go to...
asked by 27.04.2016 / 13:25