JDK指向错误的JRE

发布于 2024-11-07 22:56:37 字数 97 浏览 3 评论 0原文

我在闪存驱动器上有一个便携式 JDK,并将其带到我的计算机上,但是,它无法使用,因为 JDK 指向闪存驱动器上的 JRE。我该如何改变这个? java配置文件在哪里以及它们叫什么?

I had a portable JDK on a flashdrive and brought it over to my computer, however, it can not be used because the JDK points to the JRE on the flashdrive. How do I change this? Where are the java configuration files and what are they called?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

醉城メ夜风 2024-11-14 22:56:38

将(系统)环境变量设置为指向闪存驱动器 JDK 位置。此外,如果您在执行此操作后打开命令提示符,您将能够执行 javac 并看到一些输出。

Set the (system) environment variable to point to the flashdrive JDK location. Also if you open a command prompt after doing this you will be able to execute javac and see some output.

那些过往 2024-11-14 22:56:38

如果您使用的是 Windows,请尝试打开控制面板并单击“Java”。您可以从此面板编辑许多不同的设置。

If you are using Windows, try opening Control Panel and clicking on "Java". You can edit a number of different settings from this panel.

枉心 2024-11-14 22:56:38

在 Windows 中最简单的方法创建批处理文件

设置 JDK_HOME= .\
设置 PATH=%PATH%;%JDK_HOME%\BIN

simplest way in windows creat batch file

set JDK_HOME= .\
set PATH=%PATH%;%JDK_HOME%\BIN

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文