scotthaleen / clojure-spring-cloud

Clojure Spring Cloud Sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could not find JarLauncher from jar

jakubriegel opened this issue · comments

Runnig lein spring-boot-jar then java -jar target/boot-spring-cloud-0.1.0-SNAPSHOT.jar results in following error:

Error: Could not find or load main class org.springframework.boot.loader.JarLauncher

The .class file for JarLauncher actually are in target dir.

Is there a fix for that?

The issue is present only on Windows. Building it on Debian was successful.

Thank you for the feedback unfortunately I do not have access to Windows to test it out. Likely there may be some issues with the PATH setup.