1
    at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51)

ERROR - mssql08 (The system cannot find the file specified) java.io.FileNotFoundException: mssql08 (The system cannot find the file specified) at java.io.FileInputStream.open0(Native Method)

1 Answers1

1

You're probably running a version without support for mssql08. Verify by

java -jar schemaspy.jar -dbhelp

You can get the latest snapshot at

https://github.com/schemaspy/schemaspy/blob/master/README.md#latest-build

Alim Özdemir
  • 2,396
  • 1
  • 24
  • 35