Most voted "eclipse" questions
Eclipse is an open source IDE (integrated development environment) with plugins available to support a wide variety of languages. This tag should be used only for questions about the Eclipse IDE and not for generalized programming topics. It may be necessary to use additional tag to indicate the specific extension for the language that is using Eclipse in addition to the subject tag.
Learn more…499 questions
Sort by count of
-
1
votes0
answers47
viewsLayout problem when swapping eclipse for Intellij
I’m a beginner and I’m in the middle of a project. Due to many build bugs, I decided to exchange the eclipse for Intellij. Import problems and bank connection solved, I can continue the project. Now…
-
1
votes1
answer143
viewsI’m having trouble connecting SQL with java
Well... I did some classes, and it was time to connect to search for a data in the bank; Ok. He had already connected with the BD, however, when I did the class to fetch the data, he keeps giving…
-
1
votes1
answer122
viewsProblem using the Jaybird
I am unable to connect in my bank using the jdbc of Firebird. the bank is very old and I can not discard it yet, I need to at least download the customer list and save on sqlite. the problem happens…
-
1
votes1
answer9434
viewsEclipse Message: The Selection cannot be launched, and there are no recent launches
I set up a program in JAVA and when I went to run this message, did anyone know why? If anyone knows and can explain I am very grateful :) Well, that’s my code if it’s easier to understand why…
-
1
votes1
answer173
views -
1
votes1
answer7063
viewsConfigure Mysql connection in eclipse
I wonder if you have how to make a connection to Mysql by Eclipse. Thanks in advance.
-
1
votes1
answer53
viewsError launching app and "Run As" menu with no options
I have an application, the code has no error, but I do not see the option to select the emulator, see the image, I’m having this message: The Selection cannot be launched, and there are no recent…
-
1
votes2
answers868
viewsCommit files are missing
I was working on a branch with Eclipse. I finished the features and committed, then switched to the master branch to push to the server. But when I did, the commit was gone, everything I’d done was…
-
1
votes1
answer404
viewsNo tests found with test Runner 'Junit 4'
When creating a new package and within that package create a new test when trying to run the test the eclipse returns the message: "No tests found with test Runner 'Junit 4'" Within the project I…
-
1
votes1
answer1284
viewsEclipse Error: Intializing Java Tooling
When I start the Eclipse ide the Initializing Java Tooling error is shown. How to fix this ?…
-
1
votes1
answer625
viewsDo I need to put the hidden files from the Eclipse project into the repository?
I would first like to know if these of the hidden image files (.somemacoisa) need to go to the repository, since I work on the same project on more than one computer. My other question is whether…
-
1
votes1
answer393
viewsJbutton how to get the Text from the Button inside event
Hello I need to create n Jbuttons, the creation criterion 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…
-
1
votes0
answers28
viewshow to change include references in classes created by Qxorm Editor?
I started today programming using Qxorm for persistence layer for testing, and as I use the eclipse for all my projects, I immediately created a first test project importing into Eclipse. But the…
-
1
votes1
answer5057
viewsEclipse - "The eclipse Executable Launcher was Unable to locate its Companion Shared library "
I already had the eclipse working normally (not used much) but now that I opened it appears this message when I try to run . exe : " The eclipse Executable Launcher was Unable to locate its…
-
1
votes1
answer337
viewsEclipse 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 mistake: use lambda Expressions are not supported in -source 1.5 (use -source 8 or Higher to enable lambda…
-
1
votes1
answer496
viewsHow to disable auto-complete and show documentation in eclipse?
I’m being forced to use the eclipse because of college, ! The first and the one that gives me more headache and that when I write some codes they are completed automatically (without using the…
eclipseasked 7 years, 8 months ago user53006 -
1
votes0
answers174
viewsSonarlint bind Sonarqube
I have Sonarqube in version 6.2 installed on a server. On my computer I have Eclipse Neon.2 Release (4.6.2) installed. Through Eclipse Marketplace, I installed Sonarlint 2.6.0 in Eclipse. In the…
-
1
votes1
answer449
viewsCould not write Metadata for ː/Remotesystemstempfiles'
How to fix 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…
eclipseasked 7 years, 7 months ago Josue Santos 121 -
1
votes1
answer1007
viewsEclipse Installation
Could someone share some updated Eclipse setup and configuration manual, and in this manual have the steps for setting up the environment variables so I can compile and run the projects?
-
1
votes1
answer53
viewsEclipse Configuration
I have a project android raised in the eclipse. In this project in the table of Problems I have some warmings (907) as shown in the figure below: As we understand it, it appears this way: 0 errors,…
-
1
votes1
answer555
viewsMaven causes problem with special characters for ISO-8859-1 files
I have a fully configured Eclipse project and my files. java uses 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…
-
1
votes1
answer286
viewsBookmarks Eclipse Editor
Can anyone tell me what these markers are in the eclipse editor and how to get them out? I don’t know how they got there, what button I pushed, where I clicked.…
-
1
votes0
answers91
viewsSelenium tests on Linux
I have a test suite with 36 fonts, Windows runs smoothly, Centos gives the error: Chrome failed to start: exited abnormally. It is interesting to mention that when I run the tests 1 to 1 the problem…
-
1
votes1
answer158
viewsDebugging error on TDS 11.2 (Eclipse) on Linux Mint 18
I configured the debug with the path of smartclient.exe (use via Wine), the build works, only the debug that gives a permission error in java. Iniciando TOTVS Application…
-
1
votes1
answer2956
viewsSetting up Github in Eclipse
Someone could help me set up to integrate Eclipse IDE with Github, then allow me to move up my projects in development, and when necessary to import? I tried, but without success, if anyone knows…
-
1
votes1
answer282
viewsUse Sublime Text with Eclipse
I’m in a new project that uses the Java WEB + Spring in the backend and I do only front-end. I need to keep Eclipse open to run the server. However, I use the Sublime Text 2 in html editing because…
-
1
votes0
answers32
viewsError in sending Mdfe
The company where I work has a Java project made in Eclipse to send Nfse and Mdfe. There is an error when I try to send a Mdfe. The error log is in the Pastebin link. https://pastebin.com/jNimHEmS…
-
1
votes1
answer1041
viewsMaven Project Relative Path error
I have to maintain a system in java with Maven. However the system has 3 projects where one refers to the other, I tried to change the build path adding projects and etc. So far nothing below…
-
1
votes1
answer486
views"Workspace is in use or cannot 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 cannot be created. Please Choose a Different one.…
eclipseasked 7 years, 1 month ago Jefferson Quesado 22,370 -
1
votes1
answer66
viewsRadio Button how to set up please help me
I’m doing an app creation project here at college aimed at power generator, for this we are using the Eclipse, in case you would like to know if(radioButton1.isChecked()){ How do you make it when…
-
1
votes0
answers294
viewsWeb Service Soap Server - WSDL - Java Eclipse
I know that there is already a lot of blog post related to web service in java and also know that there have been many questions with this problem. But I tried every way and I couldn’t fix it, so…
-
1
votes1
answer106
viewsJava code works on Mac, but not on PC
The following code works on my mac and not on the pc. I really need to get to work on the pc, so I appreciate any help you can give me. I’m using Eclipse Java Oxygen on both platforms. Code: import…
-
1
votes1
answer163
viewsEclipse keeps dropping connection to remote server (NET Virtua)
I work with eclipse remotely connected to a server. Recently, I changed the internet from Vivo (former GVT) to NET. After switching, the eclipse connection to the server does not persist - drops…
-
1
votes2
answers93
viewsIs there any way to remove all sysout from a Project?
I’m riding a Webservice and there’s some sysout test to print the variables, and as there are in several different files, I would like to know if there is any way to remove all the sysout of the…
-
1
votes1
answer1618
viewsjava.lang.Classnotfoundexception: Could not load requested class : com.mysql.jdbc.Driver
I have a Dynamic Web Project in Eclipse and have been constantly receiving this error: java.lang.Classnotfoundexception: Could not load requested class : com.mysql.jdbc.Driver. My persistence.xml…
-
1
votes1
answer371
viewsEncoding problems on the eclipse console
When reading the contents of a file to print the same on the eclipse console, I have a sharp word and it is coming out like this on the console: é um teste The correct thing to show is: é um teste…
-
1
votes1
answer496
viewsHow can I change a label that is on a javafx gridpane
Good afternoon community, Lately I’ve been exploring the javafx aspect and creating an application for my master’s degree. Briefly, the application receives an image from the user, and creates a…
-
1
votes3
answers910
viewsEncoding without configuration: Eclipse (JSP) and Vscode
I have some problems related to encoding. Both in eclipse and Visual Studio Code are aimed at UTF-8. When I repair and save using the eclipse, it goes fine. But when I save in Vscode, the encoding…
java eclipse jsp character-encoding visual-studio-codeasked 6 years, 5 months ago Thiago Cunha 1,356 -
1
votes0
answers89
viewsGlassfish integration with Eclipse Photon
Has anyone ever used glassfish with eclipse Photon? How to do integration? I’ve tried several ways and nothing. Does not install the glassfish plugin. I tested with the oxygen eclipse and also had…
-
1
votes1
answer1303
viewsWhat is a git diff, how to do it, and what is it for?
I’m having a problem with my project. I make contributions to a git project, and when I check the Master branch, I saw that some methods are missing that you have in a branch, but don’t have in…
-
1
votes1
answer178
views6 build path Entries are Missing no eclipse
When reinstalling the eclipse and importing my project back which was cloned from github on a newly formatted machine there was an error and my project does not compile, it gives me a meaningless…
-
1
votes1
answer51
viewsJava array shows specific items
Hello, guys I’m having a doubt for example I have Array A {1,2,3,4,5} I do another array B {1,2,3} with the items I wish to exclude from array A, and show the items that were left ex 4 and 5 , but…
-
1
votes2
answers183
viewsInstantiated object does not appear in function
Hello, I am creating a Java project using Eclipse with windowbuilder. Inside this project I have Jframe with the objects, jbuttons, jtextfields, jformattedtextfields, etc... I have all these objects…
-
1
votes0
answers21
viewsExecution defined in pom is not performed when publishing project in Eclipse
I set in the POM of my project the following plugin in build: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId>…
-
1
votes1
answer265
views -
1
votes1
answer81
viewsCtrl+Click to open a Java class
When trying to open a class, either from my own project or native Java using Ctrl+Click, the following message appears: How do I set up Eclipse to open the class source code using Ctrl+Clicking?…
-
1
votes1
answer53
viewsInclusion of`final` by Eclipse after saving file
When I am working in some class and save the changed file, for some reason Eclipse adds final in random vegetarians, I don’t know the criteria that Eclipse makes this change, but it bothers too…
-
1
votes0
answers83
viewsJPA - Entitymanagerfactory - Slow execution
Expensive, I am playing with Persistências and something strange occurs when running from the eclipse. The same does not occur when running in the jar. Has anyone been there? Eclipse Photon (4.8.0)…
-
1
votes2
answers96
viewsHow to stop a Quarkus application?
I can’t stop a Quarkus application. After starting a Quarkus application (quarkus.io) even after closing it with Ctrl+C (by command prompt) or clicking the Eclipse Stop button, it still stands.…
-
1
votes1
answer61
viewsDoes class commentary slow the eclipse?
I have an old project, whose size is 225Mb, where most classes have the whole body commented. In the past I did not use code versioning in my company and the versioning was done in the code itself,…
eclipseasked 5 years, 4 months ago Igor Moisés 23