sudo apt install binfmt-support jarwrapper

比如 swagger-codegen

wget -O ~/.local/bin/swagger-codegen https://oss.sonatype.org/content/repositories/releases/io/swagger/swagger-codegen-cli/2.2.1/swagger-codegen-cli-2.2.1.jar
chmod a+x ~/.local/bin/swagger-codegen

# run
swagger-codegen

 

相关文章:

  • 2022-02-01
  • 2021-06-30
  • 2021-05-16
  • 2021-06-26
  • 2021-10-09
  • 2022-12-23
  • 2022-12-23
  • 2022-01-29
猜你喜欢
  • 2021-08-04
  • 2022-12-23
  • 2021-11-25
  • 2021-07-04
  • 2022-12-23
  • 2022-12-23
  • 2021-11-04
相关资源
相似解决方案