Questions tagged as 'eclipse'

1
answer

How to change the generated executable icon of an E4 RCP product?

I have a standalone application in Eclipse 4 RCP. When exporting it as a product, as shown below: Thefollowingstructureisgenerated: Howtochangetheiconoftheexecutableaplicacao.exe?IalreadytriedtoputimagesintheLaunchingtabofthe.productfil...
asked by 14.11.2017 / 16:50
1
answer

Configure orphanRemoval = true in Generate Entities of Table - JPA Tools - Eclipse

I'm having a problem every time I need to use the Generate Entities of Table from JPA Tools (use Eclipse Neon.3). I generate the entities with the Generate Entities of Table command from JPA Tools. In the code of a class in the annotation of a r...
asked by 01.10.2017 / 05:16
1
answer

Eclipse Debug Configuration

Good afternoon. I have a problem debugging my project in Eclipse. Native classes of java are appearing in the debugging process when the only classes that interest me are those that are part of my project. How do I choose not to view native J...
asked by 04.09.2017 / 21:19
1
answer

Valgrind in eclipse

I've been looking for a long time and I can not find anything like that. I need to use Valgrind in eclipse (eclipse has support), I already realized all the packages installations that I found on the net but I was not able to run it at all. To r...
asked by 10.08.2017 / 15:39
1
answer

What are / are these dependencies made of?

I started working with programming a little over 3 weeks ago, they gave me the code and I'm lost. Until yesterday I only knew how to output the Eclipse terminal, and now I have all those libraries (I think that's the name) and I would like to...
asked by 15.06.2017 / 05:53
1
answer

Android - Connecting with PostgreSQL

I'm trying to connect Android directly to PostgreSQL . Include in the project package: postgresql-9.1-903.jdbc4.jar and I'm using PostgreSQL 9.1 . But I can not successfully connect. I modified the code and it returns...
asked by 19.09.2016 / 17:34
2
answers

Compound interest with switch and [preferably] without break in each case

Hello. I have the table below, which calculates interest on interest [0.5% per month, cumulative] and would like to do it with switch and [preferably] without break in each case. I also wanted the case to start with the last instal...
asked by 04.04.2016 / 15:32
1
answer

Why does Eclipse and Netbeans spoil files with accent? [duplicate]

Look, I tried and tried, I searched the web for some way to learn how to use these tools, but I'm giving up, I'll use Notepad ++ myself. Before I used Dreanweaver and I never had that problem. I always use UTF-8 both in file creation and in...
asked by 25.04.2016 / 22:36
1
answer

Angular JS - $ http.delete "Syntax error on token '.' comma expected on Eclipse

Eclipse keeps telling the error on $ http.delete, when other methods (like $ http.put, $ http.post) are not. What could it be? For example, $ http.put: updateUser: function(user, id){ return $http.put('http://localhost:8090/Spr...
asked by 15.06.2016 / 20:20
1
answer

Error when using activities in a child package

I have a problem with my Android project in Eclipse. After implementing the functionalities, I came to a total of 10 activities and 8 other classes. From there I realized the need to structure the code and created child packages within the proje...
asked by 03.01.2016 / 21:19