Questions tagged as 'eclipse'

1
answer

6 build path entries are missing in eclipse

When reinstalling eclipse and importing my project back that was cloned from gitHub into a newly formatted machine there was an error and my project does not compile, it gives me a nonsense error on the console. What I saw was that some librarie...
asked by 15.12.2017 / 14:26
1
answer

"Workspace is in use or can not be created" after Eclipse closes unexpectedly

My Eclipse closed unexpectedly. When trying to open again, it shows the following message: With the words:   The default workspace [...] is in use or can not be created. Please choose a different one. Free translation:    The de...
asked by 31.10.2017 / 18:47
1
answer

Bookmarks Eclipse Editor

Can anyone tell me what these bookmarks are in the eclipse editor and how do I get them out? I do not know how they were to appear there, which button I pressed, where I clicked.     
asked by 02.08.2017 / 23:11
1
answer

Could not write metadata for '/ RemoteSystemsTempFiles'

How to resolve this error? Every time it appears in Eclipse.    Could not write metadata for '/ RemoteSystemsTempFiles'.   C: \ Users \ Josue \ workspacejavaee.metadata.plugins \ org.eclipse.core.resources.projects \ RemoteSystemsTempFiles.ma...
asked by 04.05.2017 / 00:18
1
answer

Maven causes problem with special characters for ISO-8859-1 files

I have a fully configured Eclipse project and my .java files use ISO-8859-1 encoding and some other resource files use UTF-8 encoding. I need to create an archetype from this project. I've tried it anyway and I can not get Maven to create...
asked by 07.11.2016 / 18:37
1
answer

Eclipse maven | lambda | use -source 8 or higher to enable lambda expressions

Java Maven project in Eclipse neon (4.6.0), simply does not compile when using lambda. The error:    use lambda expressions are not supported in -source 1.5 (use -source 8   or higher to enable lambda expressions) The detail is that I'...
asked by 07.09.2016 / 19:34
1
answer

Eclipse Error: Intializing Java Tooling

When initializing the Eclipse IDE, the Initializing Java Tooling error is displayed. How do I fix this?     
asked by 06.09.2016 / 17:24
1
answer

No tests found with test runner 'JUnit 4'

When you create a new package and create a new test in this package, try to run the test eclipse returns the message: "No tests found with test runner 'JUnit 4'" Within the project I have another package with other tests that run normally. Do...
asked by 30.08.2016 / 14:50
1
answer

JButton how to get the Button Text inside event

Hello, I need to create n JButtons, the creation criteria is a table in the database that has n items. I have to create a button for each item and when I click the button it has to show me a message of the number of that item. Creating the butto...
asked by 11.06.2016 / 20:37
1
answer

Configure MySQL connection in eclipse

I would like to know if you have a MySQL connection to Eclipse. Thank you in advance.     
asked by 30.06.2016 / 20:03