Compose Desktop 打包出来的exe文件乱码 #36
-
我在使用compose desktop这个框架的时候,出现了一点问题 compose.desktop {
application {
mainClass = "org.example.antlr.MainKt"
nativeDistributions {
targetFormats(TargetFormat.Exe, TargetFormat.Msi)
packageName = "C语言程序中的值传递"
packageVersion = "1.0.0"
}
}
} 这个packageName 打包出来的文件名乱码,为 C璇█绋嬪簭涓殑鍊间紶閫抇 |
Beta Was this translation helpful? Give feedback.
Answered by
tangshimin
Nov 12, 2023
Replies: 2 comments 4 replies
-
build.gradle.kts文件里的 |
Beta Was this translation helpful? Give feedback.
4 replies
-
我最近在看面试题的时候,终于知道为什么了。Java18开始默认字符集变成了utf8,我用的是Windows电脑。
…---- 回复的原邮件 ----
| 发件人 | ***@***.***> |
| 日期 | 2023年11月12日 22:42 |
| 收件人 | ***@***.***> |
| 抄送至 | ***@***.***>***@***.***> |
| 主题 | Re: [tangshimin/MuJing] 打包出来的exe文件乱码 (Discussion #36) |
不客气
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
幕境使用 IBM 的 OpenJ9 打包后的程序,内存使用可以减少 100M 左右。
我现在使用的是 OpenJ9 20.2 在IDEA 里不能直接下载,需要到官网上下载。