Questions tagged as 'java'

0
answers

Exception in the Studio core

I have a problem with the android studio, I get three errors. Porfa help. enter the description of the image here     
asked by 14.09.2018 / 23:05
1
answer

How to pass the values of two different class type arrangements?

I only have one question, how can I pass the values of a class type arrangement to another completely different class type arrangement, when I pass the data the program tells me they are not suitable, what do I have to do to be able to pass the...
asked by 23.09.2018 / 15:08
0
answers

How to do a POST in Java by passing it a JSON in the body?

I am trying to POST a server from my Java application but the answer I get is a "400" - Bad client Request. Something I'm doing wrong. I leave my code to see if you can help me: package web.hpi; import java.io.BufferedReader; import java.i...
asked by 14.09.2018 / 13:35
2
answers

Return an index of a 2d array in java

I have the question of how to return a coordinate value of an index String array [] [] in java how could i do it I have the following function and it does not work for me. public String [][] getCasillaVacia() { for (int i=0; i < estado[...
asked by 13.09.2018 / 22:17
0
answers

How to change the ip of the server for the domain purchased in godaddy?

Buy a domain in godaddy and I have it on an external server, how do I point it at the server and instead of it looking Is the public ip seen by the domain? Thank you.     
asked by 13.09.2018 / 23:24
0
answers

Help in Java, I have problems printing an Array String []

Hello, I want to print a list of arrayList that has a document name, its address, its value and an array String [] of those who voted for that document but prints me with certain objects and not others. This is my main package PackPiezas; imp...
asked by 13.09.2018 / 20:32
0
answers

Disable specific dates in JCalendar

I have a question, I'm doing an application in java, and for it I need a JDateChooser to disable certain dates, for example, that does not let me select the date 20/02/2018, but if the others, as could I do?     
asked by 22.09.2018 / 18:33
1
answer

Generate only one random number, Help PorFavor

Hi, I want to generate only one random number in a while, so let's say vegeta is doing a route with speed 45 and its goal is 500, I want it to fall in a random path only one that increases its speed also randomly package edu.cibertec.hil...
asked by 19.09.2018 / 16:27
2
answers

error in persistence.xml, problems with hibernate. persistence

In the last few days I have been trying to make a web application for JSP, java and mysql connector 8. I have given an error when I try to execute it, I guess it is the order in the persistence but I have nothing in particular my mistake is...
asked by 19.09.2018 / 16:20
0
answers

The HQL statement does not recognize the AS?

@Override public List<MaestroTablaDTO> buscarMaestroTabla(MaestroTablaDTO maestroTablaDTO) { LOG.info("Inicio -- MaestroTablaDAOImpl -- buscarMaestroTabla"); List<MaestroTablaDTO> retornoListaMaestroTablaDTO = null;...
asked by 17.09.2018 / 19:23