Questions tagged as 'eclipse'

0
answers

Generate a client in a web service from a pom.xml file with maven, axis 2 and elcipse Juno

My problem is as follows. I am trying to generate a client of a web service (something that I have just explained a bit above what is) through the file pom.xml. For this I use eclipse juno, axis 2 and maven. I have been put to work on a project...
asked by 18.10.2018 / 08:14
0
answers

How to add an image to the emulator gallery in eclipse?

I'm doing automatic testing of an app, and one of these tests is to create an ad. The ad needs to upload some image, but since they are automatic tests from an emulator, I do not have any images. For this it does not help me to drag some file to...
asked by 19.10.2018 / 11:50
0
answers

problems with resulset and matrix

Hi, I have the following code, and the problem is that I can not pass the result of the results to the matrix, then use it in another class to fill a table and generate a pdf file, It always tells me in the out print that the value is NULL altho...
asked by 16.10.2018 / 16:10
0
answers

JProfiler Attach failed

I try to link Eclipse 4.4 with JProfiler to analyze an application, but I get that error and I have not found any documentation on the internet that explains it. Any ideas?     
asked by 10.10.2018 / 12:22
0
answers

Urgent help with TAD (Abstract Data Type) and matrices in Java

I need help with a problem I'm having for a week now and it's driving me crazy. The slogan is the following: I have to create a TAD of Room and Box, maybe with another class that is called Accommodation (or maybe not). There is a room -which I...
asked by 10.10.2018 / 14:42
1
answer

Running an eclipse project with imports from the terminal or from a text editor (Solved)

I've been trying for 2 days to use JavaC and Javatar just to run an app that is in Eclipse from the console but I have not been successful. Using these guides link and consulting other responses from how to compile a package java in sublim...
asked by 10.10.2018 / 22:39
1
answer

help I get error where the asterisks appear (I'm new to java) is on the eclipse platform

public class TablaDeMultiplicar { private int numMax; private int numTabla; public TablaDeMultiplicar() { this.numMax=0; this.numTabla=0; } public TablaDeMultiplicar (int m, int n) { this.numMax=m;...
asked by 04.10.2018 / 03:55
1
answer

Show a date that entered in JText from Java and that is stored in SQL

I would not be able to enter a date of birth in my program to fill out a file of a client and save it in the sql database from xampp, I could do it as a string but obviously it does not take the bars "/ " I want to directly load the date and sav...
asked by 06.10.2018 / 18:53
0
answers

How can I install the HAXM?

I have tried everything but it does not let me install it in the eclipse. Has this happened to you?     
asked by 24.09.2018 / 10:00
0
answers

Get data from USSD

I am trying to obtain data from a popup window of the USSD protocol, since my application, I can call the code in this almost * 144 # without any problem, but nevertheless, I have dealt with imnumerable codes found on the internet without obtain...
asked by 25.09.2018 / 04:58