Posts by eddunic • 17 points
8 posts
-
0
votes1
answer56
viewsA: removal of related JPA and Hibernate data
Next, you may have had the same problem as me. For the JPA removal method along with Entitymanager, you must always merge the object when you do find, like this: private final static EntityManager…
-
0
votes1
answer179
views -
0
votes1
answer346
views -
0
votes1
answer268
viewsQ: Error using Jplay framework for games!
Hello, I am trying to program in java with the Jplay framework, and I am finding an error that was non-existent on another pc that I had. The error step is found in this video lesson:…
-
0
votes2
answers465
viewsQ: How to prevent the object to exceed the limits of the screen?
I started programming a little game where an object moves across the screen via the arrow keys on the keyboard. The difficulty I found is the fact that the object surpasses the JFrame, that is,…
-
-5
votes1
answer835
views -
0
votes1
answer113
views -
-2
votes1
answer157
viewsQ: Comparison of elements of a vector with "strcmp()"
In the following function I want to compare the elements of a array of 1000, but I can’t find a way to successfully compare them, even using strcmp(). void verifica_conta(int *ptr) { int i;…