姜尚
02/20/2023, 3:20 PMRyan Smith
02/21/2023, 1:26 AMjava -jar path/to/jar/file
. If you're on Windows there's a windows specific platform setting to open a console with your app when you run it:
nativeDistributions {
windows {
console = true
}
}
姜尚
02/21/2023, 2:13 AM