Questions tagged as 'eclipse'

0
answers

Correct way to import a project that is in GitHub

I have a college project hosted on GitHub, in this link , but in the project I just pushed the GitHub files of the entities that have been created so far, I did not push the entire project, configuration files etc. Now I want to import this pro...
asked by 23.11.2014 / 00:01
0
answers

Monitor JRE events

How to monitor some jre events like start, close etc? Are there any libraries for this? I need to create a log to store the time that jre is thrown, closed and know who accessed it, all this should be inside a txt file on the local machine, is t...
asked by 17.11.2014 / 14:57
1
answer

How to get latitude and longitude without internet on Android? [duplicate]

How do I get the latitude and longitude in Java to Android without using the internet, only with GPS. I think there is some way to do it, because the "Maps" application of Android does not use the internet. If anyone knows...
asked by 16.04.2014 / 17:29
1
answer

Eclipse deleted all my project

I have a project in the workspace, so I went to import the project in Eclipse when it imported, it zeroed all the files, and erased images and everything from the project, is it possible to recover?     
asked by 12.12.2014 / 21:12
2
answers

How to install Java EE perspective in Eclipse?

I want to start studying Java for web (Servlets, JSP, EJB, Servlets and JSP). I already have installed Tomcat, JRE, JDK 7 and Eclipse Kepler Standard. How do I configure Eclipse to add the JEE perspective via plugins? I need to add the Enterp...
asked by 10.03.2014 / 07:23
1
answer

"Java exception has occurred" error while running PostgreSQL JDBC driver

Here's my problem: 1 - I'm using the Postgre 9.6 database. 2 - I downloaded and opened in ECLIPSE a project with Java application example with the use of Hibernate and Postgre that the teacher created (that is, the code is correct) I put t...
asked by 16.03.2018 / 02:28
2
answers

Is there a way to collapse all code blocks in eclipse?

I have huge files with lots of code blocks, I currently know that by pressing + - expands or collapses the current block, does anyone know how to expand or collapse all at once in Eclipse?     
asked by 24.08.2017 / 08:52
2
answers

Eclipse locked on screen workspace laucher

I have not been able to open Eclipse for a few days after installing JDK 8 . The workspace selection screen hangs and I can not do anything. I just installed JDK 8 , I just unzipped a new Eclipse , never opened the same, has plugin ins...
asked by 23.09.2016 / 22:01
1
answer

How to import Maven project to Eclipse Luna

I'm trying to import a GitHub project into my eclipse, but I'm not having success. Would some kind of project conversion be needed? I'm using Eclipse Luna, apache-maven-3.3.9.     
asked by 27.04.2016 / 15:58
1
answer

TextView allowing only numbers

I want my TextView only accepted as input numbers, however the line android:numeric="decimal" has no effect, it still allows me to type letters.     
asked by 25.06.2015 / 00:15