Posts by Jéssica Santos • 33 points
5 posts
-
0
votes1
answer363
viewsA: Error connecting to Database - Firebird/Java
To avoid errors like this you need to know the version of Firebird and Java installed. In my project I am using Firebird 2.5 and Java 8. The error occurred because the JDBC drive version was…
-
0
votes1
answer363
viewsQ: Error connecting to Database - Firebird/Java
I am trying to connect a java desktop application to a Firebird database and the eclipse console shows the following error: "PM org.firebirdsql.logging.Jullogger warn: WARNING: No Connection…
-
2
votes0
answers730
viewsQ: Netbeans Maven Plugin Error
I am trying to run a project in netbeans and is giving the following error "org.codehaus.mojo:exec-Maven-plugin:1.2.1:exec". I searched for the error, and found the following solution: right-click…
-
0
votes0
answers66
viewsQ: Section - CSS does not work
I’m having a problem with the Section of my code. It is all without formatting, I cleaned the browser cache to see if it worked and still not getting CSS. .newsletter { width: 100%; float: left;…
-
1
votes2
answers882
viewsQ: Doubt about filling in Java Array
I’m having trouble solving the following exercise: Create a class with a main method; Create an int array with 10 positions and popule using for; Print all array values and, for even values, display…