Questions tagged as 'eclipse'

0
answers

remove project webservice with eclipse

Hello what happens is that currently I have to change in my java project from one webservice to another, what I want to know is if anyone knows how to delete the previous webservice in order to add the new one that can explain me? note: I use...
asked by 31.08.2017 / 15:59
1
answer

Change workspace eclipse

I'm working with a repository and for some reason the current version corrupted me, so I decided to create a new folder and download the sources again. In Juno eclipse I have selected to change the selected workspace the new folder as source....
asked by 31.08.2017 / 18:18
2
answers

how to add JFrame in eclipse? [closed]

Look what happens before I used netbeans as IDE and it has the JFrame by default, something that the eclipse does not, will there be any way to install it or a similar plugin?     
asked by 14.09.2017 / 21:08
0
answers

Pass data from JTable to Jtable with saved auto

Good friends, I present a problem in my code, the question would be: How do I make it so that when passing data from one table to another, those that were already there are not deleted? I am passing a selected row from a JTablePendientes to a...
asked by 14.09.2017 / 20:39
1
answer

Error executing class using .jar files

I am trying to execute a class that uses .jar files, I already added them to the eclipse build path and it recognizes them, since I do not get an error in the instance, but when I try to run the application it gives me this error:    C...
asked by 17.08.2017 / 02:10
1
answer

I can not install the subversive plugin in eclipse oxygen

I try to install the subversive plugin in the new version of eclipse (oxygen) and I get the following error. An error has occurred. See error log for more details. Selected SVN connector library is not available or cannot be loaded. If you se...
asked by 25.07.2017 / 12:37
1
answer

How to generate a builder.xml file if you do not have it by default

As I understand it, when you install eclipse-java, you have installed an XML file by default in each project in the builder package, but for some reason in all my projects I do not have any xml files. Could someone help me with this problem?...
asked by 17.07.2017 / 22:16
0
answers

Rename image in eclipse (Android)

I'm doing an app in Android and I need to rename a selected image of the gallery with a specific name and I can not find anything that I can find useful. My idea was to take the name of the ImageView, I do not know if I should take it...
asked by 12.07.2017 / 10:47
1
answer

Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 2

Can someone help me with this problem? create this simple example to test what I learned recently in java programming, but for some reason when I try to execute the problem I get an error even if I have no part pointed, can someone help me? pu...
asked by 12.07.2017 / 14:38
0
answers

Java - Highlighter keeps highlighting after the last word in JTextArea

I am creating a java program that highlights orthographic errors based on a previously loaded dictionary. What I'm trying to do is to highlight the errors as the user is writing in a JTextArea, my problem is that when you finish writing the last...
asked by 27.06.2017 / 01:14