Posts by Patric Enderson • 1 point
3 posts
-
-2
votes1
answer25
viewsQ: Changes to JSP code for HTML only
How can I include a form in my JSP page with Bootstrap 4. I’ve tried to create a form that follows the bottom around my form but it didn’t work. Or better, how can I use HTML5 only without JSP tags.…
-
0
votes3
answers296
viewsA: How can I connect to my repository again?
You can make a nova pasta anywhere you want and from her do your master, woe you clonar your projects in this folder. One advice is you have the GitBash, then you open it right into your new folder…
-
0
votes1
answer315
viewsQ: No suitable driver found for jdbc Sqlstate: 08001 Vendorerror: 0
public static void main(String[] args){ private String DRIVER = "com.mysql.jdbc.Driver"; Connection con= null; try { con =…