You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jarviz module descriptor --classpath=`jbang info classpath env@jbangdev`
java.lang.module.FindException: Unable to derive module descriptor for /Users/manderse/.m2/repository/de/vandermeer/char-translation/0.0.2/char-translation-0.0.2.jar
Unable to derive module descriptor for /Users/manderse/.m2/repository/de/vandermeer/char-translation/0.0.2/char-translation-0.0.2.jar
I would have expected it would list char-translation-0.0.2.jar to not have module descriptor together with rest of the classpath entries.
The text was updated successfully, but these errors were encountered:
The current rule is to let the JVM derive the automatic module name is it would normally do. I suppose the exception could be caught when running in batch mode, after all reports already have an entry (named reason) for when such errors may occur.
I would have expected it would list char-translation-0.0.2.jar to not have module descriptor together with rest of the classpath entries.
The text was updated successfully, but these errors were encountered: