Questions tagged as 'java'

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 / 10:22
0
answers

how to use DateChosser in a query

Good to the whole community. I have a problem, I'm doing a program with Netbeans and I use the JDateChooser but when I make a query and delete it does not delete the record but it gives me an error. Code: tblinsumos.getSelec...
asked by 19.10.2018 / 04:47
1
answer

Problem when wanting to read JSON made PHP from Java

I'm trying to get a JSON from PHP, which returns the result of a query (SELECT) from a database. I am using GSON, to convert the obtained JSON to an object in Java. My problem is that it does not let me create the objects and returns an Ex...
asked by 19.10.2018 / 00:41
0
answers

Send email automatically androidStudio

I have this code, which allows me to send an email with an attachmen of an .html public void clickbutton(View v) { try { strFile = strFile + "/report.html"; File file = new File(strFile); if (!file.exists()) file.mkdirs(); strFile = strFi...
asked by 10.10.2018 / 13:25
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 / 12:42
1
answer

Run with Java threads

I am looking for a way to run the following two lines of code with threads in parallel. I have seen some options, but they all go through to create a class Thread , but I can not create the class in this case. I'm not sure how I can create...
asked by 10.10.2018 / 14:31
0
answers

Problem when inserting Time type in Java

I have a duration attribute in Java that is Time type and in the front I use a bootstrap library to select the time which it sends as a string in "12:00:00" format and this I have to convert to time type for java and I'm not able to. I'm tryi...
asked by 10.10.2018 / 12:45
1
answer

(Error Dependencies) Missing artifact pentaho-kettle: kettle-engine: jar: 4.2.0-stable

It gives me several errors with the dependencies of pentaho, I have no idea what is happening, I have copied the project and everything from a partner and only gives me that error. In all the pom I have I get the same error, all in these line...
asked by 10.10.2018 / 11:24
0
answers

Connection between virtual machines in Vmware and Virtualbox and manage them from command line with Libvirt

The problem is that Vmware vSphere and Vmware vCenter Server can not be installed and Vmware does not have a list of commands that are implemented from the command line like Virtualbox does, but I have to list and manage the virtual machines of...
asked by 09.10.2018 / 16:55
0
answers

Weblogic does not generate a wsdl with https

My weblogic that is below a load balancer that has https configured and the weblogic does not, as it does not know that the https address does not generate the wsdl well since it does not know that the balancer is with https And hardcodear th...
asked by 09.10.2018 / 16:43