Posts by fernando.crts • 31 points
2 posts
-
2
votes1
answer746
viewsQ: Problem running runnable JAR: Unable to load class [com.microsoft.sqlserver.jdbc.Sqlserverdriver]
I am facing the following problem: we are in the development phase of a project, which involves the following technologies, SQL Server, Hibernate, Maven, Quartz and java. After finishing one of the…
-
1
votes1
answer3550
viewsQ: How to run a java program daily at a given time automatically
Hello, I need to run a program in java daily at a certain time, I found some things about timer.Schedule, but I would like to see some examples, thanks!