Questions tagged as 'java'

1
answer

problem with the listof in java

I have a problem that I can not solve and it is because I mark the word of error when I'm creating a list. I have the class imported List<Integer> numeros = List.of(1,2,3,4);     
asked by 27.11.2018 / 03:19
1
answer

BroadcastReceiver reconnected during delay

Hi. I have a BroadcastReceiver and it responds well. I am using a custom layout in case there is no connection that after 10 seconds the google dinosaur does not appear.  Now it turns out that in addition to completing the 10 seconds. if the con...
asked by 27.11.2018 / 04:41
1
answer

Disadvantages with Java projects cloned from GitHub

I am something new in the world in this world, and the question is that I have decided to start using github to keep there the works and projects that I do in eclipse. But now that I clone one of these projects back to my pc I see that now I can...
asked by 27.11.2018 / 23:36
0
answers

I can not raise my project in java (spring mvc)

I am working on a project of the institute I use java with the framework spring, today all day I was working on the project normally, but after a while the project simply does not raise it tells me this error In-place deployment at C:\Users\SA...
asked by 26.11.2018 / 06:23
1
answer

Problem creating random lines in Java

I made a program that creates a line from two points in random positions in a JFrame. But I realized that when I minimized the window and re-maximized it, I would get a new line generated by two different points from the previous ones. What is g...
asked by 24.11.2018 / 04:29
0
answers

How to rotate a body object using box2d and scene2d in libgdx with Java

I want it to be moving in a straight line and at the same time turning. I already resolved to move in a straight line with this instruction: mBody.setLinearVelocity(5, 0); But now I want it to turn. Try with setTransform but nothing...
asked by 24.11.2018 / 02:33
0
answers

How to validate checkboxes in Spring MVC?

Any help I can learn is more than welcome! I have the following spawn, created by me: I want to validate the checkboxes that are shown in the image next to each of the ice cream tastes. Then create this form: <!-- Modal -->...
asked by 23.11.2018 / 19:07
0
answers

My program does not insert data in Mariadb

import java.nio.channels.SelectableChannel; import java.sql.Connection; import java.sql.Date; import java.sql.DriverManager; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; i...
asked by 23.11.2018 / 23:14
0
answers

Error loading a tiledmap when I put a layer of libGDX objects

Hi, I'm doing a game with libGDX but I have a problem, I created a test map with tiled. And everything was perfect for me. Until I wanted to add a layer of objects to make the collisions of the map. After I did that I got this error: Except...
asked by 23.11.2018 / 20:30
2
answers

JavaFx ImageView does not change the image

This is in JavaFX: I have a product dashboard that (in a sidebar) shows the photo of the currently selected product in a TableView. The data of that selected product can be edited in an additional window. The edition allows you to change the...
asked by 29.11.2018 / 14:35