Questions tagged as 'eclipse'

1
answer

When starting eclipse, an error occurred

When you started Eclipse this error appeared:    An internal error occurred during: "Initializing Java Tooling".   java.lang.NullPointerException Why did this error appear? These were the error messages found in the folder; !ENTRY or...
asked by 29.11.2015 / 11:10
1
answer

Import netbeans projects from Github into Eclipse Luna

My teacher has a github where he sends all material produced in the room, however, he uses netbeans ... I wonder if I can import these projects into Eclipse? I use EGit in Eclipse.     
asked by 16.06.2015 / 03:49
1
answer

Error importing maven project into Eclipse: In the marketplace entries found to handle

I'm new to JavaWeb programming and when installing eclipse and importing my project created by Maven, please acknowledge the error below:    In the marketplace entries found to handle maven-antrun-plugin: 1.8: run in Eclipse. Please see Help...
asked by 15.07.2015 / 02:42
1
answer

Eclipse Helios Svn and VPN Client

I use a VPN to remotely access services from a client server. One is svn. My connection URL is link I tested it in Tortoise works perfectly, but in Eclipse Helios the server does not accept the connection. I've tried reinstalling the svn pl...
asked by 09.02.2015 / 12:19
1
answer

Eclipse does not show java attribute hint

When I press Ctrl + Space and click on the attribute , Eclipse is not showing the attribute hint before clicking. p> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd...
asked by 19.01.2015 / 15:57
1
answer

Error importing project into eclipse

I'm trying to import a project that I've saved. However, when I import, the file style.xml , gives error in this line: <style name="AppBaseTheme" parent="Theme.AppCompat.Light"> With the message:    retrieving parent for item...
asked by 21.11.2014 / 21:42
1
answer

Installation error: INSTALL_FAILED_CONTAINER_ERROR app Eclipse

Hello, I'm having problems with an app .. I'm trying to run in AVD, but it does not work in console Installation error: INSTALL_FAILED_CONTAINER_ERROR.. I've been on Android Manifest and switched android:installLocation="preferExternal"...
asked by 29.09.2014 / 01:19
2
answers

Eclipse Debugger does not advance in Android application

I'm having a problem trying to debug an Android application in Eclipse. When I press the F5, F6 or F8 keys, simply the break point line does not pass to the next instruction (line), it stops. I had already used the Eclipse Debug and had never ha...
asked by 13.02.2014 / 21:06
1
answer

How to reference a jar from another project in Eclipse

I'm doing a project to test reports from iReport, and was wondering if you can not include the same jars that already exist in a given project. Eclipse itself offers the option to reference the classes of this other project, the problem that it...
asked by 10.07.2014 / 16:32
0
answers

Application runs in eclipse but does not run on Intelij

I'm migrating from eclipse to Intelij and my application runs normal in eclipse, and when I deploy to the server, but it does not run on the intelij. There is no error message, only log. package br.com.ramires.pac; import static spark.Spar...
asked by 08.06.2018 / 05:50