我创建了一个简单的宠物项目:WeatherStation(https://github.com/curious-man/WeatherStation)。 在我应用Hibernate框架之后,我使用Intelij Idea构建了jar文件。当我试图运行jar
时java -jar WeatherStation.jar
出现消息:
Usage: jandex [-v] [-m] [-o file-name] <directory> | <jar>
-or-
jandex [-d] <index-file-name>
Options:
-v verbose output
-m modify directory or jar instead of creating an external index file
-o name the external index file file-name
-j export the index file to a jar file
-d dump the index file index-file-name
The default behavior, with no options specified, is to autogenerate an external index file
我不明白发生了什么。