Created
April 10, 2019 15:36
-
-
Save lwl5219/b56ea2f4d85a6faaeef85970d78dba94 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 启动远程调试 | |
java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000 -jar kindle-push-1.0.0-jar-with-dependencies.jar | |
# 运行可执行 jar | |
java -jar kindle-push.jar | |
# 执行指定 class 的 main 函数 | |
java -cp kindle-push.jar kindle.MailSender.main |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment