Posts by Stephano Balbinot • 51 points
4 posts
-
1
votes1
answer346
viewsQ: Join fetch multiple returning duplicate values JPA Criteria API
In the method in question I want to return the consultation with the joins of employee and company. However, the Company class is related to the Query and the Employee, and is returning duplicate in…
-
0
votes1
answer95
viewsA: Save ifconfig to variables
For anyone with doubts, my code is like this: @RequestMapping("/conexaoWireless") public ResponseEntity<ConexaoWirelessVO> informacoesWireless() throws Exception { String interfaces = "";…
javaanswered Stephano Balbinot 51 -
3
votes1
answer95
viewsQ: Save ifconfig to variables
It would be possible to execute the command ifconfig and save the result in variables (e.g., ip, network mask etc) in Java?
javaasked Stephano Balbinot 51 -
1
votes0
answers154
viewsQ: can’t load IA 32-bit . so on a ARM-bit Platform
I have a jni . library only to run on a Raspberry PI, but the architectures are not compatible. How can I run it? I have all the sources. EDIT: I was able to compile the library by Rpi, but now it…