我如何使用不同的jdk在IntelliJ上运行和编译?
由于某些原因,我想使用 zuluJDK 进行编译并采用 AdoptJDK 进行运行。
但我找不到办法。
我已经在 Intellij 网站上看到了如何设置编译器。但没有办法使用不同的jdk进行编译。
即使我不使用IntelliJ,请告诉我是否有办法使用其他jdk来编译和运行
I want to use zuluJDK for compile and AdoptJDK for run because of some reason.
but I can not find a way.
I've seen how to set compiler on Intellij web site. but there is no way to use different jdk for compile.
Even if i do not use IntelliJ, please let me know if there is a way to use other jdk in compiling and running
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你的意思是使用 zuluJDK 编译并使用 AdoptJDK 运行?
打开项目结构设置(Ctrl+Alt+Shift+S)并将sdk更改为zuluJDK
制作jar或war文件来运行(编译和打包)
使用 AdoptJDK 将 jar 作为 cmd 运行
例如
you mean compile with zuluJDK and run with AdoptJDK?
open project structure settings(Ctrl+Alt+Shift+S) and change sdk to zuluJDK
make jar or war file to run (compile and package)
run jar as cmd with AdoptJDK
e.g.