未指定选项的默认行为是自动生成外部索引文件

时间:2017-08-26 12:22:53

标签: java hibernate jboss

我创建了一个简单的宠物项目: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

我不明白发生了什么。

0 个答案:

没有答案