Questions tagged as 'eclipse'

2
answers

Generate .apk file from Eclipse

Do you know if it is possible to generate the .apk executable from android to upload to the Play Store, from eclipse, having the java source code?     
asked by 10.02.2017 / 12:20
2
answers

Eclipse create new combination keys

I would like to create a keyword like sysout + Control + Spacebar , so that System.out.println is automated. The case would be to write public static final , or with a combination type psf + Ctrl + Space or directly with...
asked by 05.12.2016 / 10:43
1
answer

Eclipse Java EE can not find javax.servlet?

I am setting up a new server, as always in a Eclipse Mars (4.5.2) Eclipse Java EE IDE for Web Developers , I had a problem with the installation of the server, I deleted it and found this bug that is already fixed, but now, when importing the...
asked by 11.05.2016 / 09:40
1
answer

Help with indentation in Eclipse

How to hide those special characters that are shown at the end of each line, due to indentation > > ¤¶? After looking for the option in preferences and not finding it, I am forced to ask for help.     
asked by 11.06.2016 / 08:16
1
answer

App does not work on android 5.0, but on android 7.0

I'm a novice in programming. I'm running an app that detects if an app is installed and open the play store; I found this code How to make the PlayStore open if an app is not installed? and work perfectly on a smartphone with android 7, but on...
asked by 30.11.2018 / 22:46
1
answer

Can I change the console in Eclipse?

My question is if you can use the console of the operating system (eg, the "cmd" of Windows, or "terminal" in Linux) to see the outputs of the programs in Eclipse, instead of the console provided by Eclipse. Thank you very much     
asked by 04.04.2016 / 09:23
1
answer

No default proposals in JSF

I would like to find out how to get to show in a jsf code propositions for existing values in the java code of the view bean. I am using eclipse Luna . For jsf tags and their tags if you give me proposals, but for what I m...
asked by 19.02.2016 / 09:23
1
answer

Eclipse STS the subclipse plug-in disappears when it restarts

The versions are the following eclipse STS V. 3.8.2.RELEASE SO macOS Sierra subclipse V. 1.12.x. I install subclipse through the marketplace and all ok, I can do commits, checkouts, etc. everything necessary through the plug-in, however once...
asked by 26.10.2016 / 16:29
3
answers

how to call a method from one class to a method from another class

The question is this, I have to calculate the perimeter of a triangle but I need to call the method calcularDistancia of class Punto a class Triangulo in the method calcularPerimetro or in simple terms put a method in...
asked by 09.05.2018 / 03:19
0
answers

Does anyone explain this exercise to me? [closed]

I'm doing this exercise:    Consider that you are developing a Java program where you work with   the Professor superclass and the ProfessorEmerit subclass. Create code for   to these classes that meet the requirements we indicate.       As...
asked by 28.03.2018 / 15:12