Posts by Jakson Lima • 3 points
2 posts
-
-1
votes1
answer62
viewsQ: I have an error in Netbeans I can’t make lambda expression
I’ve already changed JAVA_HOME: to C: Program Files Java jdk-11.0.4 but still I’m still having an error with Netbeans IDE 8.0.2 and 11.0 but the error persists. That was the mistake: lambda…
-
0
votes2
answers99
viewsA: I cannot run a query with jdbc java
select s.* from sistema as <--- you need to put the same reference where you put it ( s.* ) Review the SQL spaces. String sql = "select s.* from sistema as s\r\n" + "inner join usuariosistema as…