I was trying to open a file in a remote host to see it locally and the exception occurs. The problem is systematic. I am using Netbeans 27 in Windows 11. Tried both JDK19 and JDK 24 and the porblem ...
Flyway flyway = configure() .dataSource(dbUrl(), dbUsername(), dbPassword()) .locations("classpath:db/migration") .load(); flyway.migrate(); It works perfectly in 11. ...