Questions tagged as 'eclipse'

1
answer

My .jar files generated by Eclipse are not opening

I've done everything I know and found on the internet to open a .jar file, but nothing works. When I give 2 clicks it just does not open, it does not give a mistake, but it also does not open anything. I have already tried to run through the Win...
asked by 07.08.2016 / 19:45
1
answer

Shortcut to stop tomcat in Eclipse [closed]

Does anyone know a shortcut to stop tomcat in Eclipse? I've been searching and found nothing useful.     
asked by 16.12.2016 / 16:43
1
answer

How to make a control class for JDBC crud

How do I make a control class for a list method of my crud? The method of my dao class will return all the data set that have the same city. But this error occurs in my main class: DaoclassmethodpublicList<ViagemBean>getListaDestin...
asked by 03.07.2015 / 21:04
1
answer

Problem emulating Android app

My eclipse had problems and I reinstalled eclipse and sdk, but then when I emulate the app the following message appears in the console:    [2015-06-24 12:26:12 - SuperOffer] Android Launch!       [2015-06-24 12:26:12 - SuperOffer] adb is ru...
asked by 24.06.2015 / 17:40
1
answer

Remove Background Characters

I would like to know how to get the background characters of the eclipse like this one in the image !!!     
asked by 14.04.2015 / 17:54
1
answer

Error executing an assert in eclipse

I have the following lines: import static org.junit.Assert.*; import org.openqa.selenium.WebElement; public class ClasseTeste extends Navegadores { public static void verificarTitulo() { abrirChrome(); String titulo = driver.getT...
asked by 11.08.2014 / 21:31
1
answer

Eventually occurs java.lang.ArrayIndexOutOfBoundsException [closed]

I made a simple algorithm for a book and there are two possible results. To test these results I have to run the program several times until Math.random () manages the possible numbers and displays the two possible results. The strange thing was...
asked by 06.04.2015 / 14:43
4
answers

Eclipse menus are gone

I've updated Eclipse with some plugins and all the menus are gone, I can not open anything, absolutely nothing! How can I resolve this?     
asked by 03.02.2014 / 14:18
1
answer

What is the correct way to run a web application in eclipse?

I'm studying JSF using the eclipse IDE, but I'm encountering a certain problem when running my application. When I run the application by clicking on top of the project itself, it does not seem to load my created template. Here's an example:...
asked by 13.10.2018 / 23:19
1
answer

Read an even number

I'm once again in doubt, now the doubt is related to exercise over Desvio de condicional Simples using only the command IF    After reading an integer value, compute and display your square only if the read value is even. Other...
asked by 07.05.2018 / 22:27