Questions tagged as 'eclipse'

1
answer

Comparison between IDEs for java [closed]

In the next semester I will have to choose between two IDEs: NetBeans and Eclipse. I will need to develop desktop applications, and I have questions about: Graphical interface tools Hardware Requirements for Considerable Performance...
asked by 16.12.2014 / 18:29
2
answers

How to solve the SLF4J fault in maven?

Problem with Maven install: When I run in eclipse Run As > Maven install I always get this message: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation...
asked by 18.02.2014 / 19:59
1
answer

Eclipse executes the xml buildfile of ANT 2 times, even having to execute only once

In netbeans, after a few searches, I was able to edit the build.xml file to customize the way the IDE generated my jar and my manifest file. I had to migrate some projects to eclipse, and I even found the option to build jar, but I need t...
asked by 16.11.2016 / 11:55
2
answers

Eclipse is not recognizing CSS from the project with JavaFX

My project with JavaFX simply stopped recognizing my .css and the following error appears: An error has occurred. See error log for more details. java.lang.NullPointerException No error log appears as follows: Problems occurred when invok...
asked by 06.10.2015 / 01:00
1
answer

Project import encoding problem for Android Studio

Imported a project via SVN in Android Studio. Previously, the project was in Eclipse and whoever handled the project ended up committing files as .classpath . From there I started to have an encoding problem that, regardless of what I d...
asked by 19.05.2015 / 18:36
3
answers

Expand or Minimize code snippet in eclipse

It would be possible to minimize orexpand justasnippetofcodeinsidea{...},exampleblock using the eclipse IDE?     
asked by 12.11.2018 / 13:40
2
answers

Compile and execute project via command line

I have an Android application developed in Eclipse. I know I can compile and run a project from the console , however I do not know how to do this. The basic steps for compiling a program JAVA is to save with the same class name follo...
asked by 16.09.2016 / 21:27
1
answer

How to use android project in gradle in eclipse?

I'm trying to incorporate this project: link into my android application in eclipse, however I do not use gradle. Is there any way to import it without gradle?     
asked by 26.12.2014 / 19:39
1
answer

Tomcat 7 configuration in Eclipse results in HTTP Status 404

I downloaded the tar-gz version of TomCat 7 and in linux manually set the variable CATALINA_HOME I typed the command $CATALINA_HOME/bin/startup.sh and hit http://localhost:8080/ , it worked normally ( appeared home I've bee...
asked by 05.01.2015 / 00:02
1
answer

View recursive calls in eclipse

Is there any eclipse tool that shows recursive calls like in this image? Where can I see the details of preference graphically?     
asked by 21.12.2015 / 20:04