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
-
2
votes1
answer4413
viewsHow do I change a java desktop application icon in Eclipse?
You can change the icon of a java desktop application in eclipse instead of the default icon?
-
2
votes0
answers306
viewsError opening the eclipse
After I reinstalled Ubuntu on my laptop, while trying to open the eclipse appears the following error: JVM terminated. Exit code=1 /usr/bin/java -Dosgi.requiredJavaVersion=1.6 -XX:MaxPermSize=256m…
eclipseasked 10 years ago João Carlos 445 -
2
votes1
answer229
viewsImport netbeans projects from Github into Eclipse Luna
My teacher has a github where he sends all the material produced in the room, however, he uses netbeans... I wonder if I can import these projects in Eclipse? I use Egit in Eclipse.
-
2
votes3
answers124
viewsDifferences xml lines Android (Eclipse)
Guys, in the course I do Android he works on the platform Eclipse(Old version) and I in the latest version, when the teacher uses the command: android.id in it’s all right, but if I type this line…
-
2
votes1
answer270
viewsHow to open another java program in java and get all the information it sends on the console
Well I was researching but I was not very successful, I wanted to open a java program, a jar, she does not have Jframe, she only sends information on the Console, I wanted to run her and take this…
-
2
votes1
answer2035
viewsError importing Maven project into Eclipse: No Marketplace Entries found to Handle
I am new to Javaweb programming and when installing the eclipse and importing my project created by Maven, accuses the error below: No Marketplace Entries found to Handle Maven-antrun-plugin:1.8:run…
-
2
votes2
answers918
viewsProblem creating Maven project on Eclipse Mars
I was using the Maven in the Eclipse Luna Normally, I decided to test the new version of Eclipse and when I create a project Maven some exceptions are thrown: Description Resource Path Location Type…
-
2
votes1
answer825
viewsCheck if the value already exists in the txt file
I am developing an inventory application that in its freeware version will work with the data inserted in a txt file line by line, the data structure will be as follows Barcode + Description +…
-
2
votes3
answers4386
viewsAt the start of the eclipse an error appeared
When starting Eclipse this error appeared: An Internal error occurred During: "Initializing Java Tooling". java.lang.Nullpointerexception Why did that mistake appear? These were the error messages…
-
2
votes0
answers63
viewsXML file recognition in Eclipse
I am using a private language, derived from XML, with extension . fml. I would like to make the eclipse recognize the code as if it were XML, to facilitate the visualization. Have some way to change…
-
2
votes2
answers445
viewsI cannot generate a pdf file
Personal how to generate PDF file using ITEXT with JSF. The problem and the following, when I ask to generate the PDF file in a class having only the MAIN method, it generates normally, but when I…
-
2
votes1
answer125
viewsAlimentar Array Primefaces
Good afternoon Personal, I have 2 related table, one for orders and one for order items, soon I thought to feed an array with the order item information and on the same screen put order information…
-
2
votes1
answer1996
viewshow to configure the eclipse IDE to fully read a 5 Standard project
When you create a project with Composer and import into the eclipse Workspace some files do not appear as . env . gitignore or . json alguem knows how to configure the eclipse to be able to read and…
-
2
votes1
answer589
viewsShortcut to format JSP code does not work in Eclipse
I’ve analyzed several posts, but I can’t format code on JSP pages with the Eclipse shortcut, Ctrl+Shift+F, Thus unable to indent the code. In Javascript and Java code it works, but not in JSP. I…
eclipseasked 9 years, 2 months ago Leonardo Leonardo 283 -
2
votes1
answer227
viewsArchive template for Eclipse IDE
Good evening, everyone. In Netbeans, by right-clicking any file you can create a template with the Save as Template option... Does Eclipse have that option? If not, there are some plugin that does…
-
2
votes1
answer414
viewsRecovering Deleted Project in Staged E-git
Good evening guys! Today I tried to use the E-git plugin for a project made in the eclipse, following an internet tutorial. I’ve never had contact with the plugin before. And due to this unprepared…
-
2
votes1
answer86
viewsjava.io.Console when debugging in Eclipse
I’m trying to use the java.io.Console from within the Eclipse. However, whenever I call System.console() returns me null. In Jetty, it is possible to pass parameters on the eclipse console. For…
-
2
votes0
answers54
viewsProblems in any java project I create in eclipse
next person is going on a very strange thing that like any project I create in the eclipse it gives several errors and recognizes nothing in my java classes, I’ve tried to do a lot of thing I…
eclipseasked 8 years, 9 months ago Marcelo Lopes 91 -
2
votes2
answers4697
viewsEclipse UTF8 configuration
Does anyone know how to set the eclipse to utf8? I searched in settings but still could not
-
2
votes0
answers14
viewsEclipse - How to deny build/build access to specific users
Good afternoon! We are using here in the company the Eclipse with Integration to TFS (Team Foundation Server) to do versioning of files. However, we also need to control which users will have access…
eclipse compilation team-foundation-server active-directory buildasked 8 years, 8 months ago Murilo lima alves 21 -
2
votes1
answer366
viewsEclipse + Javahl / SVN - Clientexception - Help
I just want to sync the online repository of my TCC project with Eclipse via SVN on MAC. I use Lion here in my White, already installed Javahl by Macports, installed Subclipse and everything but I…
-
2
votes1
answer65
viewserror in comparison using substring
maquina += numeroale.nextInt(4); maquina += numeroale.nextInt(4); //vez da mqauina for (int i = 0; i < maquina.length(); i++) { System.out.println("valor atual"+maquina.substring(i,1));…
-
2
votes1
answer97
viewsIs it possible to open windows generated from netbeans in Window Builder?
I migrated some projects in swing netbeans with windows generated by GUI-Builder for Eclipse, but Window Builder cannot generate screen design by reading files .java created by netbeans. It is…
-
2
votes0
answers356
viewsEclipse does not enter - generates boot error log
After updating and installing some components in Eclipse neon, it does not enter and generates the log below: !SESSION 2016-08-21 18:42:45.858 -----------------------------------------------…
-
2
votes4
answers304
viewsLeave part of the APP in library
I have an APP with a separate package(Package) for PUSH notification, I would like to take this package and turn it into Library, so that in future apps only add to Library in my project. How can I…
-
2
votes1
answer326
viewsHow do I stop a for loop that stores the values of strings typed in C++?
So I’ve tried everything I’ve tried to compare type typed a "." or set a limit value and even then the program does not continue, it stays inside the infinite loop. The code comes next:…
-
2
votes1
answer65
viewsJava Perspective Message
The message is being presented every time I run Eclipse and create a new Project, someone can explain to me the reason for the message?…
-
2
votes2
answers98
viewsEclipse creating getter with prefix is
I created the methods using the Eclipse Getters and Setters command, but when creating the Boolean attribute getter status, it was automatically created as isStatus. It should not be created as…
-
2
votes1
answer69
viewsRegex to involve console.log expression in eclipse find/replace
I’m trying to involve everyone console.log(); of my code with the condicional if(showLog) { }. I was learning regex and found I could select all the expressions console.log() including those…
-
2
votes0
answers153
viewsHow to run a Java application with Play framework at the prompt?
I have a large system developed in Java using the Play, but this system was developed in the Linux, and now I need to spin it in Windows. There is a script to compile on Linux (run.sh.template). I…
-
2
votes0
answers60
viewsWhat is marking an item as "Landmark" in the Eclipse IDE ("Mark as Landmark")?
I’m studying the Mylyn of Eclipse IDE and came across the option "Mark as Landmark" which appears available for some items in the Package Explorer, and I got a few questions about what it’s for,…
-
2
votes1
answer139
viewsJson - JAVA (Eclipse)
How do I read a JSON (jsonl) file through the eclipse in java? Need some package?
-
2
votes1
answer241
viewsImport github code for eclipse Oxygen
I have a code that I would like to import into my eclipse by downloading the zip, however at the time of importing the following error No Projects are found to import Searching for git features ,I…
-
2
votes0
answers105
viewsApplication runs on eclipse but does not run on Intelij
I am migrating from eclipse to Intelij and my application runs normal in eclipse, and when I deploy on server, but it does not run on intelij. No error message, log only. package br.com.ramires.pac;…
-
2
votes1
answer794
viewsHibernate does not find mysql JDBC "Driver" class in Maven project
Hello guys I created a Maven project in eclipse (with WAR packaging) and imported the packages of models already mapped from another project, soon after I created a class to "load" a persistence…
-
2
votes1
answer65
viewsHow to save Strings from a file read?
Guys I’m reading a.txt file and would like to save all the strings as I could save it all ? Below follows my writing code I am using , in case I would like to guard the String line . public static…
-
2
votes0
answers348
viewsHow to integrate Eclipse PDT with Laravel 5
I wonder if anyone knows how to actually integrate Eclipse PDT IDE, with Laravel 5.x... Do I need a plugin? Do you have a step-by-step pass? I opened an existing project, however Eclipse is…
-
2
votes2
answers1604
viewsRedirect to html with Spring Boot
I’m starting to create applications with Spring Boot + Gradle, but when configuring Controller, I can’t redirect a url to an html or jsp file. My application is like this: Project structure: My…
-
2
votes2
answers54
viewsMy while isn’t stopping when the condition is true.. I type "VITOR" but can’t exit the WHILE
import java.util.Scanner; public class RepeticaoWhile { public static void main(String[] args) { String nome; System.out.println("Digite o nome VITOR…
-
2
votes1
answer57
viewsJava 8 SE: Finally block of a method is running before entering the method
On page 359 of the Book: Java - How to Program - 10th Edition. Deitel explains the treatment of Java exceptions. It exemplifies the question with the following code: public class UsingExceptions {…
-
1
votes1
answer37
viewsHow to get an Iresource from an Icompilationunit
I am making a plugin in eclipse and when I select a java class in Package Explorer I end up receiving an object of the type Icompilationunit, but I need a Iresource, what can be done ?…
-
1
votes2
answers8798
viewsHow to install Java EE perspective in Eclipse?
I want to start studying Java for the web (Servlets, JSP, EJB, Servlets and JSP). I have already installed Tomcat, JRE, JDK 7 and Eclipse Kepler Standard. How do I set up Eclipse to add JEE…
-
1
votes1
answer109
views"Noinitialcontextexception" error while boosting GWT application via Eclipse
I’m trying to upload an application made in GWT 2.4 in Eclipse Kepler (4.3), using Google Plugin for Eclipse. When using the option Run As > Web Application, I immediately receive in the log the…
-
1
votes1
answer203
viewsEclipse update error: "Unable to connect to Repository"
When I try to install a new Eclipse update in "Available Software" the following error appears: Unable to connect to Repository http://download.eclipse.org/releases/kepler/content.xml Connection to…
-
1
votes1
answer272
viewsHow to open link contained in Javadoc by Eclipse?
Can I open a file in Eclipse from a link contained in a Javadoc snippet? In case that file would be an XML.
-
1
votes2
answers1332
viewsTransfer files. class to the /web-inf folder in Eclipse
I’m developing a web project for a final college job. When creating . jsp files for the application, it gives error because it does not find the class of Servlet. The classes and the files . class…
-
1
votes2
answers7874
views"Quit" button in application developed in the App Framework
How to create a "Quit" button or cause the app to close when using the Smartphone’s "back"? To develop my application I am using the App Framework intel.…
-
1
votes1
answer768
viewsCoding in Eclipse EE
I have the following problem: I have a web service in Java using Jetty, the same works normally if I request other applications to the server, but my unit tests are returning the encoding all wrong.…
-
1
votes1
answer911
viewsMaven Project - Click on Tomcat, but do not run
I have a project from Maven which, although the messages displayed on the Eclipse terminal inform that the Deploy was successfully done. When I type the URL into the browser, I get a 404 error; then…
-
1
votes1
answer1836
viewsI can’t see console output on project with Wildfly
I can’t see any console output on a project with Wildfly 8.0.0. If at any point in my code I make one System.out.println("Qualquer coisa") Simply nothing appears on my Eclipse Kepler console. The…