Questions tagged as 'eclipse'

2
answers

Encoding without configuration: Eclipse (JSP) and VSCode

I have some issues related to encoding. Both in eclipse and Visual Studio Code are pointed to UTF-8. When I repair and save using eclipse, it works fine. But when I save in VSCode, encoding misconfigures. Here's an example: I use eclips...
asked by 27.06.2018 / 14:47
1
answer

Eclipse Installation

Can anyone share an updated Eclipse installation and configuration manual, and in this manual have the steps for configuring the environment variables so I can compile and run the projects?     
asked by 06.06.2017 / 13:18
1
answer

How to disable automatic autocompletion and show documentation in eclipse?

I'm being forced to use eclipse because of college, and I've tried numerous tutorials and none solved my problems! The first and the most is giving me a headache and when I write some codes they are automatically completed (without using the...
asked by 19.03.2017 / 00:29
2
answers

Commit files disappeared

I was working on a branch with Eclipse. I finished the features and did the commit, then I moved to the master branch to push the server. But when I did this the commit disappeared, everything I had done disappeared. I went into the git reposito...
asked by 25.08.2016 / 08:28
1
answer

Error when 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 can not be launched, and there are no recent launches How to set up correctly?...
asked by 13.07.2016 / 17:00
1
answer

Java - Class does not display requested information

Good morning, I need to fix a problem when I request in the "dao.Acess" the get of the Class model.User returns empty = null. When it is called: doLogin (model.Access access) I can see the information through JOptionPane now when I do the...
asked by 02.12.2015 / 12:03
1
answer

Import the javax.persistence and javax.inject libraries

How do I import the javax.persistence and javax.inject libraries into a maven project? Note: I'm using eclipse.     
asked by 13.07.2015 / 17:56
1
answer

How to pass arguments in the Eclipse IDE console?

How to pass arguments in the Eclipse console? For example this program: public class Eco { public static void main(String[] args) { for(int i=0; i<args.length; i++) System.out.println(args[i] + " "); System...
asked by 14.07.2015 / 20:18
1
answer

Eclipse Configuration

I have a project android created in eclipse . In this project in the Problems table I have some warmings (907) as shown in the figure below: Aswesee,itlookslikethis:  0errors,907warnings,0others(Filtermatched100of907items)Iuse Eclipse...
asked by 11.10.2016 / 22:09
1
answer

Problem registering a policy on Tomcat using Eclipse on Ubuntu

Good morning I'm having trouble putting this -Dorg.apache.el.parser.COERCE_TO_ZERO=false directive in the% s arguments of the Tomcat 7 , it does not save the configuration. I've given permission on the folder, but the problem...
asked by 03.02.2015 / 15:34