Questions tagged as 'eclipse'

1
answer

Does not appear to add server option in eclipse [duplicate]

I'm trying to add the tomcat server in eclipse but it does not appear to add servers in show view and I also can not change the perspective for java EE, can anyone guide me?     
asked by 15.04.2015 / 15:52
0
answers

svn - ... is not under version control

I'm trying to do CleanUp or Commit of my project in eclipse and is returning the following message:    svn: Error modifying entry for 'test'       svn: 'test' is not under control Can anyone tell me what might be happening?...
asked by 06.02.2015 / 13:02
0
answers

How to calculate the hash value of a specific byte array

How do I calculate the hash value of a specific byte array? I'm using MD5 encryption and the code to calculate what I'm using is this: byte[] dataRegCodeToCompare = md5.digest(toHash); The variable toHash is the byte array...
asked by 10.04.2015 / 21:45
0
answers

Tomcat: The server encountered an internal error that prevented it from fulfilling this request

I'm having problems with Tomcat using Eclipse. First it did not find the MySQL Driver, then I used Class.forName in class ConnectionFactory and now it is returning line 52 of AdicionaContatoServlet as null . Can any...
asked by 27.01.2015 / 10:53
0
answers

ImageView Android Responsive for all devices

I have an ImageView and the problem is as follows: On smaller screens the image becomes too large; On larger screens, it gets very small. I have already made the folders hdpi , xhdpi and similar, but it did not help, I was won...
asked by 04.03.2015 / 17:14
0
answers

exception in InitialContext jboss

Hello, I'm developing a java project with jboss. I made the following code: connectionFactoryLookupAddress = new String("jms/RemoteConnectionFactory"); destinationLookupAddress = new String("jms/topic/mC"); environment = new Properties(); e...
asked by 22.11.2014 / 13:06
0
answers

Error with the library android.support.v7.app. How to solve?

I have already searched the entire forum and found nothing that solved my problem. Whenever I create a new project through Eclipse, it has an error in the library android.support.v7.app.ActionBarActivity, inside the main class. The strange th...
asked by 20.12.2014 / 15:34
1
answer

EclipseGavab: error while compiling .pas file

I installed Freepascal 32bits and I installed Eclipse Gavab 32bits But it is giving error! Any suggestions?     
asked by 14.07.2015 / 05:08
1
answer

Eclipse WindowBuilder Pro - Export Project [duplicate]

I'm having a hard time exporting my project with icons. 1st Export - > "Runnable jar file" 2º I mark the first option. 3. When I run on Linux or on a machine other than mine the icons are not displayed at all. One of the label looks...
asked by 09.06.2014 / 01:38
0
answers

Listener on a button within a notification

I am making an app that plays a radio stream, and when it starts playing, I create a custom notification with 2 buttons, one to pause / play and another to remove the notification and stop the stream, but I did not succeed and the buttons do not...
asked by 03.12.2014 / 13:56