本文介绍了无法在intellijIDEA中找到JDK x64的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在开始一个新项目,客户要求我们在IntelliJIdea中工作。我安装它并尝试进行ant构建。它转变为我需要64位jdk进行构建。所以我安装了它。现在,我需要在IntelliJIdea中配置它。以下是我收到的消息:

I am starting a new project, and the client requires us to work in IntelliJIdea. I installed it and tried to do the ant build. It turns our I need 64 bit jdk for the build. So I installed it. Now, however I need to configure it in IntelliJIdea. Here is the message I get:

有人可以帮我找到这个项目|库菜单菜单好吗?

Can somebody help me locate this Project | Libraries menu menu please?

推荐答案

按ctrl + alt + shift + s,在左侧你会看到Project Settings - > Libraries。

Press ctrl+alt+shift+s, and on the left hand side you'll see Project Settings -> Libraries.

这篇关于无法在intellijIDEA中找到JDK x64的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-20 01:18