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
-
3
votes2
answers997
viewsHow to get the reference of the selected class in Eclipse Package Explorer?
I’m making a plugin and when I right click on a class of Package Explorer, my Handler could reference the clicked class. When I right click on a class of Package explorer opens the menu, in this…
-
3
votes1
answer1708
viewsHow to create a project with JSF, Primefaces, and Tomcat running in Eclipse and Netbeans at the same time?
How do I create a Maven project with JSF, Primefaces, and Apache Tomcat so that it runs on both Eclipse and Netbeans without problems? (Preferably with the latest versions of the technologies)?…
-
3
votes1
answer124
viewsWhat is the difference between Start and Publish on an Eclipse server?
When I add Tomcat as a server in Eclipse, it appears Start and Publish. What’s the difference between them?…
-
3
votes2
answers383
viewsGetting around the problem with hot Java development?
Problem situation: You are developing a website and debugging on it. For example a CRUD of users. For this you are using Javaee 1.7, Eclipse Kepler and Apache Tomcat 7. However, at the development…
-
3
votes2
answers551
viewsData source failed with JPA and Eclipselink
When I put for the persistence.xml use a JNDI Resource configured in Glassfish itself. But when it is to take from the file glassfish-resource.xml gives the following error: Information: [EL Info]:…
-
3
votes1
answer298
viewsSelenium + Chromedriver
I am developing a tool to log in to a site, but I have a problem. When I do the manual procedure (opening browser, accessing website, entering user/password and logging in), the next one is loaded…
-
3
votes1
answer524
viewsEclipse app for iPhone
I’m in need of some help, and I don’t even know what to do. I created a very simple Eclipse Kepler, I put in Google Play and it was great. I would like to know if it is possible and how best to…
-
3
votes1
answer1635
viewsJDBC Sqlite - Java
Good afternoon, How do I make the connection to the Sqlite BD? I made the connection class like this. package model; import java.sql.Connection; import java.sql.DriverManager; import…
-
3
votes1
answer1006
viewsHow is it possible to make an Activity appear only once to the user?
My plan is the following: In my project I have 2 Activitys; these two activitys are only welcome to the user, so I would need it to appear only the first time the user starts the application. I…
-
3
votes2
answers597
viewsproblem in a Maven + JSF application
I’m trying to follow a workbook but when I do the Access project properties procedure and find the Project Facets side menu appears the window in the attachment and then I mark the altenativa as…
-
3
votes1
answer373
viewsHow to change the language of the exceptions released during automated testing
Using Eclipse (IBM RAD Studio), Maven, and Junit, when an exception is released while running the tests the message is shown in English. I would like it to be shown in English. Example:…
-
3
votes2
answers2173
viewsChange "with.example" from an android app
I am trying to put an application in the Playstore, but the following error appears: "You have to use a different package name because "com.example" is restricted." The thing is, I’ve already…
-
3
votes2
answers607
viewsHow to not send Target files
When Syncronize in my project on SVN it appears a giant list with the files of Target where if I try to give commit of error. How to make SVN ignore these files? I’m using the Eclipse SVN.…
-
3
votes1
answer790
viewsHow to open a GUI built in Eclipse by Netbeans?
I have a code using JFrame, but when I open it in Netbeans I can only change the layout by code. How do I use the code and edit the layout by the Swing.
-
3
votes1
answer2318
viewsin the eclipse how to generate a project jar aquivo?
In eclipse how to generate a file .jar of the project to use in another application
-
3
votes0
answers114
viewsAndroid + Opencv: Surfacetexture has been abandoned
I’m developing an Eclipse application with Opencv. The application consists of detecting and recognizing objects (predefined in the database) in real time. Initially has a menu where the user can…
-
3
votes2
answers154
viewsAndroid studio has ndk support?
I will start development geared towards digital tv, and will be 50% ndk. Android studio meets well? or better eclipse?
-
3
votes0
answers385
viewsExample of Spring Security Does not work in Jboss, what should be done to make the example compatible?
Continuing my studies in the use of Spring Security and Servelet 3.0 I am trying to follow the suggested examples in the tutorial Hello MVC - Running the insecure MVC Application, but such examples…
-
3
votes1
answer1298
viewsIs there a way to create a repository on Github with an already developed project?
My problem is that I have a project on Github and this project is being developed by me and two others. But suddenly, I really don’t know what happened, my project that was all organized, stopped…
-
3
votes2
answers3840
viewsHow to use dll in Java
How do I include files dll in a Java project using Eclipse?
-
3
votes1
answer1270
viewsHow to change the view shown in Eclipse?
I want to change this view: For this visualization I need: How do I change such an eclipse view?…
eclipseasked 9 years, 4 months ago Vinicius Duarte 115 -
3
votes2
answers246
viewsUpload xml file to Gridview?
In my project, I need to select an XML file (table) from my tablet and then read its contents and show in a Gridview. I don’t know how to start, does anyone have any idea how? I think with the…
-
3
votes1
answer223
viewsPHP embedded in HTML in Eclipse
Good morning: I’m starting to use Eclipse Ide (Mars) because it already has PHP 7 support while Netbeans doesn’t have it yet. I am facing a problem which is the non-formatting (syntax highlitgh) of…
-
3
votes1
answer128
viewsEclipse is corrupting url in automated testing
Good afternoon, you guys! I’m doing an automated test, exporting in java to run in eclipse. The test runs normally in Selenium, but when I play pro eclipse Rs the page url deforms and the test does…
-
3
votes1
answer1677
viewserror: cannot find Symbol - Maven install with class Folder
I have a Maven eclipse project that uses a Folder class. That folder has the . java and .class. The classes I use in the project are in build path as class Folder, when I do Maven install it gives…
-
3
votes2
answers3878
viewsCatching first and last date of the previous month
I am using in Eclipse Selenium, for automatization of sending commands to a site, through JAVA files. On this site, I need to make a date query. I did so to test: element =…
-
3
votes1
answer355
viewsImport java classes to a project automatically?
I wonder if there is any way to automatically import java classes from a given local directory for my current project. For example: Let’s say that when I press a "Import" button in my application,…
-
3
votes2
answers3456
viewsHow to create Android apps on weak PC?
I have a notebook with a 1.3Ghz processor and 4 GB of RAM. It is good, but whenever I try to create an app for Android I come across lag, slowness, brakes, etc... I have in my notebook Android…
-
3
votes2
answers264
viewsJava + Firebird connection returning Null
My connection string with the Firebird database returns null. Follows below code: public class ModuloConexao { public static Connection conector(){ //criação da varáivel conexao Connection conexao =…
-
3
votes2
answers140
viewsMaximum number of classes in Java
I was doing some exercises of the course and I came up with a question. If I create a project in Eclipse and in it I will include my classes, assuming that each class is a specific exercise, each…
-
3
votes2
answers309
viewsError while updating Java
A standard notification came up saying that there was a new Java update available, so I decided to update. After the update I can’t run my apps on Eclipse and the following message appears: Imports:…
-
3
votes2
answers2455
viewsBuild error: "Resource Leak" when using Scanner
I’m solving a question from Deitel’s book question 3.17, but I have a problem in the main class (I’m doing it for Eclipse, in the Linux environment). The code is like this: public class…
-
2
votes3
answers400
viewsRefactoring with eclipse
By itself the eclipse already has the necessary for refactoring or you would indicate some tool to attach to the eclipse editor and use it more accurately?
-
2
votes2
answers758
viewsEclipse Debugger does not advance on Android application
I’m having a problem trying to debug an Android application in Eclipse. When I press F5, F6 or F8, simply the break point line does not pass to the next instruction (line), it is stopped. I had…
-
2
votes3
answers2826
viewsAdd image to . jar
I have several programs that run perfectly on my machine, the .jar runs smoothly and I use them as well as I wish, no problem. However, when I run them on another machine, images do not appear. The…
-
2
votes1
answer1087
viewsOpen word file through the . jar
I have a calculator in . jar working perfectly ! My questions are: In the menu I have the "Source code" button and I would like to open a Word document with the source code of the program. I managed…
-
2
votes1
answer5616
viewsDownload USB to Motorola Drivers
I want to test my Android apps directly on my Moto G, but I’m not able to connect it to Eclipse, because USB driver is missing. And the download link on Android Developers…
-
2
votes0
answers512
viewsPrimefaces and Eclipse Ctrl + click does not work
On jsf buttons of type h:commandButton and h:commandLink navigation by Ctrl + click works perfectly. <h:commandButton value="Edit" action="#{bean.edit}" /> But when I use the tags of the first…
-
2
votes1
answer877
viewsHow to reference a jar from another project in Eclipse
I’m doing a project to test iReport reports, and I was wondering if there’s a way not to include the same jars that already exist in a particular project. Eclipse itself offers the option to…
-
2
votes1
answer596
viewsFailed to install Olamundo.apk on device 'Emulator-5554': EOF
From time to time when trying to run my application in the emulator I come across the error: [2014-07-23 20:59:09 - Olamundo] Failed to install Olamundo.apk on device 'Emulator-5554': EOF…
-
2
votes2
answers4069
viewsHow to install SVN in Eclipse?
I want to install the SVN repository in Eclipse. How to proceed?
-
2
votes1
answer80
viewsInstallation error: INSTALL_FAILED_CONTAINER_ERROR app Eclipse
Hi, I’m having some problems with an app.. I’m trying to run on AVD, but it gives in comfort Installation error: INSTALL_FAILED_CONTAINER_ERROR.. I went on Android Manifest and changed the…
-
2
votes1
answer1720
viewsLogin screen on Android
I emulated a local server by XAMPP and started trying to develop a login screen for an Android application. It is working perfectly, but only when I log in through localhost(using my local IP…
-
2
votes1
answer3128
viewsIdentify Android version by some method
Is there any method to identify the user’s Android version as soon as it enters the application? It will be useful for the application to run or not animations between screen transitions, if the…
-
2
votes1
answer270
viewsI can’t get the artifacts into Maven
I have little experience with Java programming and I’m having difficulties to include the libraries by Maven, and I don’t know if it’s really necessary to create a local Maven repository on my…
-
2
votes1
answer819
viewsError importing project in eclipse
I am trying to import a project I have saved. However, when I import the file style.xml, gives error in this line: <style name="AppBaseTheme" parent="Theme.AppCompat.Light"> With the message:…
-
2
votes1
answer147
viewsEclipse does not show java attribute hint
When I press on CTRL+Space and I click on attribute, Eclipse is not showing the attribute hint before Click. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"…
-
2
votes1
answer98
viewsEclipse Helios Svn and VPN Client
I use a VPN to access services remotely from a client’s server. One of them is svn. My connection URL is like https://svn.meusite.com.br/svn I tested in Tortoise works perfectly, but in Eclipse…
-
2
votes1
answer1966
viewsWhy is my app not compatible with some devices on Google play?
I posted an app on google play, but unfortunately it’s not available for some of my devices. I am very confused, because in the development with Eclipse, I used the same devices for testing and they…
-
2
votes0
answers55
viewsProblems when closing RAD screen splash (v7.5)
I’m having an unusual problem (who doesn’t?), My Launcher/splash screen opens, but it keeps this state even after I choose the desktop and after RAD loads the project. It only closes when I stop all…