Questions tagged as 'eclipse'

1
answer

Execute external command in Java with syntax

Hello, I'm using a DOS file to unzip .zip files, it's UNZIP.EXE (DOS executable) itself. I am mounting the code as follows: Desktop.getDesktop().open(new File("e:\unzip.exe teste.zip" )); It does not work at all, it gives an error saying tha...
asked by 15.06.2015 / 03:03
1
answer

Eclipse ADT does not work

[2015-05-23 11:29:54 - Jokenpo] /home/gabriel/Área de Trabalho/Jokenpo/res/values/styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'. [2015-05-23 11:29:54 - Jokenpo] [2015...
asked by 23.05.2015 / 16:35
1
answer

Error compiling Dagger 2 in Eclipse

I'm studying the Dagger official website design example, which can be accessed at this link: link . I am using the eclipse IDE. When I run the project it gives error in the line where reference is made to the generated Dagger_Coffee class. Ecli...
asked by 14.05.2015 / 16:50
0
answers

ListView does not appear in the options

In my Eclipse, when I add a ListView, I see an empty space where it should be, it looks like a button, but empty and can not be placed on the App screen. Maybe some file is corrupted if If so, could I do a check in Eclipse to analyze this? EDIT:...
asked by 28.05.2015 / 16:45
1
answer

JUNIT Eclipse - java.lang.ClassNotFoundException

All my tests using JUNIT do not work anymore. I tried unhappily removing all / bin and some other files from the .project .classpath configuration. Okay so far was a lot of bullshit, then tried to create another project and only pass the classes...
asked by 08.05.2015 / 03:18
1
answer

Implementing and webService and Client in Java with Eclipse

I'm having trouble implementing a webService in java with eclipse, some classes were not generated, however they are listed in the xsds files, I created a document in the docs to explain better. Thank you Here link     
asked by 20.05.2015 / 15:47
1
answer

Generate entities from tables with JBossTools

I created a JPA project and from the JPA Tools > Generate Entities from Tables I want to generate entities for each table in my database. I tried to follow a tutorial on the Eclipse website, however it did not work. I believe the tutor...
asked by 23.03.2015 / 22:00
0
answers

Error Found in Eclipse

I installed Eclipse, JDK and now I can not run the program because this new error has occurred.     
asked by 10.05.2015 / 23:18
1
answer

Problem in android SDK

I am a beginner in development for Android and I have an error that I think is in SDK Android or some configuration I did wrong. Every time I start Eclipse this message appears to me. This message started appearing after I s...
asked by 03.06.2015 / 07:09
1
answer

KSOAP ILLEGAL PROPERTY [duplicate]

I made the webservice using Android and KSOAP, now I need to consume the webservice ... The specified method needs to recover all users from the database (userid, username) Personal, I have the following error and I do not know how to solve...
asked by 10.04.2015 / 00:28