Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在用 Python 编写一个程序,如果它在系统上,我想确定 JDK 安装目录的路径。有没有办法在 Python 中做到这一点?如果没有,有没有办法用 Java(或其他语言)来做?如果是后者,我可以从 Python 中打开一个子进程来获取它。
谢谢。
您可以检查 JAVA_HOME 或 JDK_HOME 系统变量。但不能保证没有安装其他 JDK。您必须更具体地说明您愿意实现的目标。