ppalaga commented on issue #669:
URL: https://github.com/apache/maven-mvnd/issues/669#issuecomment-1205335100

   > * Native `mvnd`: requires JDK8
   
   Well, strictly speaking, `mvnd` is a native executable not requiring any JRE 
to run. A VM (called Substrate) is embedded. The daemon started by that 
executable is fine with Java 8.
   
   > * maven 3.8.5: requires JDK8
   > * `mvnd.sh`: requires JDK11 ?
   
   Yes, this is by design. The client requires [some 
features](https://github.com/apache/maven-mvnd/issues/56) not available in Java 
8. 
   
   If you are on Mac M1 and you want to overcome this limitation, you may want 
to compile mvnd yourself following @orpiske 's script 
https://www.orpiske.net/2022/07/try-apache-maven-daemon/
   
   We actually had a similar question before. Here is a dirty hack I 
recommended at that time: 
https://github.com/apache/maven-mvnd/issues/547#issuecomment-1004889625
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to