Questions tagged as 'eclipse'

2
answers

How I generate a .jar in eclipse with all the libraries [closed]

I need to generate a .jar in eclipse but it depends on some libraries and when I export and use it I mentioned that it does not find the library that is needed, someone could help me, in advance thank you very much     
asked by 19.04.2017 / 01:01
1
answer

Perform unit test in Eclipse or Visual Studio

Having the following function: public int Suma (int numero1, int numero2){ return numero1+numero2; } Be in Java or C# . Is there a way to test this function without having to invoke it in the MAIN? So if I have several fu...
asked by 07.03.2018 / 19:12
1
answer

Schedule with Eclipse Neon

I want to work with eclipse neon, the latest version. I want to make a desktop application, for which I need to use the WindowBuilder tool; but I can not find it. In old versions it does exist. According to the documentation I must install an...
asked by 18.07.2016 / 04:10
1
answer

I am repeatedly verified by an array

I'm sure I have some silly mistake but I can not see what it is .. My idea is that I extract a data from a TxtPanel. Check if that data is in an array. If it is inside the if and does several things, it will get an error message. But I do...
asked by 25.10.2018 / 10:48
1
answer

Doubt between try-catch and throws

When I write .start () in the code to indicate that the process starts, the Eclipse program gives me an error and gives me two options: wrap the .start () in a try-catch block or add a throws to the class. What is the difference between using a...
asked by 28.05.2018 / 01:02
2
answers

Format style of documentation comments in Intellij Idea using keyboard shortcuts

Approach First of all we do not find in JavaDoc , in Java. I have the following text that I want to insert as part of the JavDoc: Esto es el commentario de JavaDoc que quiero exponer en la pagina de stackverflow y que despues voy a d...
asked by 24.04.2017 / 07:47
1
answer

Plugin eclipse subversive generates error and eclipse does not start

I have installed the latest version of eclipse (Oxygen) and I have problems installing the subversive plugin from the marketplace. After installing this, I get an error and if I close eclipse, then it does not start. I have tried to delete...
asked by 20.07.2017 / 12:07
1
answer

Eclipse or Android Studio? which is better for application development with OpenCV library [closed]

In Kali Linux I program with Eclipse Neon in NDK but I can not make the OpenCV library that I imported, be added as a library of my project. Which IDE is best to program with the OpenCV library? considering the version of the IDE and the version...
asked by 27.02.2017 / 18:33
1
answer

I do not open Eclipse Luna

I have the problem that Eclipse Luna does not work for me. Is it possible to open the program well? I leave the log, Data \ workspace \ .metadata \ .log !SESSION 2016-12-24 06:42:06.460 ----------------------------------------------- ecli...
asked by 24.12.2016 / 12:16
1
answer

Select an entire row - JTable Java

When I click on the checkbox, only the cell where the checkbox is is selected, as I do so that the entire row is selected at the moment that I select the checkbox. This is my Render class. public class Mirender extends DefaultTableCellRe...
asked by 10.01.2017 / 18:22