mirror of
https://gitee.com/arthas/arthas.git
synced 2024-12-05 13:47:41 +08:00
12 lines
364 B
Markdown
12 lines
364 B
Markdown
|
|
||
|
|
||
|
|
||
|
|
||
|
Download `arthas-demo.jar` and start with the `java -jar` command:
|
||
|
|
||
|
`wget https://arthas.aliyun.com/doc/arthas-demo.jar
|
||
|
java -jar arthas-demo.jar`{{execute T1}}
|
||
|
|
||
|
`arthas-demo` is a very simple program that randomly generates integers, performs factorization, and prints the results.
|
||
|
If the generated random number is negative, a error message will be printed.
|