• <small id='osUaE'></small><noframes id='osUaE'>

    <legend id='osUaE'><style id='osUaE'><dir id='osUaE'><q id='osUaE'></q></dir></style></legend>
    • <bdo id='osUaE'></bdo><ul id='osUaE'></ul>
  • <i id='osUaE'><tr id='osUaE'><dt id='osUaE'><q id='osUaE'><span id='osUaE'><b id='osUaE'><form id='osUaE'><ins id='osUaE'></ins><ul id='osUaE'></ul><sub id='osUaE'></sub></form><legend id='osUaE'></legend><bdo id='osUaE'><pre id='osUaE'><center id='osUaE'></center></pre></bdo></b><th id='osUaE'></th></span></q></dt></tr></i><div id='osUaE'><tfoot id='osUaE'></tfoot><dl id='osUaE'><fieldset id='osUaE'></fieldset></dl></div>

      <tfoot id='osUaE'></tfoot>

      1. 找不到 jmap 命令

        时间:2023-09-27

            <bdo id='bo4U5'></bdo><ul id='bo4U5'></ul>

            1. <legend id='bo4U5'><style id='bo4U5'><dir id='bo4U5'><q id='bo4U5'></q></dir></style></legend>

              <small id='bo4U5'></small><noframes id='bo4U5'>

            2. <i id='bo4U5'><tr id='bo4U5'><dt id='bo4U5'><q id='bo4U5'><span id='bo4U5'><b id='bo4U5'><form id='bo4U5'><ins id='bo4U5'></ins><ul id='bo4U5'></ul><sub id='bo4U5'></sub></form><legend id='bo4U5'></legend><bdo id='bo4U5'><pre id='bo4U5'><center id='bo4U5'></center></pre></bdo></b><th id='bo4U5'></th></span></q></dt></tr></i><div id='bo4U5'><tfoot id='bo4U5'></tfoot><dl id='bo4U5'><fieldset id='bo4U5'></fieldset></dl></div>
              <tfoot id='bo4U5'></tfoot>
                <tbody id='bo4U5'></tbody>

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

                  问题描述

                  我试图在我的 CentOS 服务器上使用 jmap 命令,但它一直告诉我即使我安装了 JDK 也找不到该命令.

                  I'm trying to use the jmap command on my CentOS server but it keeps telling me that the command was not found even though I have the JDK installed.

                  这是命令java -version的输出:

                  java version "1.7.0_25"
                  OpenJDK Runtime Environment (rhel-2.3.10.4.el6_4-x86_64)
                  OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode)
                  

                  我该如何解决这个问题?

                  How can I fix this issue?

                  推荐答案

                  你应该可以在java-1.8.0-openjdk-devel-debug中找到jmap,或 java-1.7.0-openjdk-devel-debug,或 Redhat/Centos 上的 java-1.6.0-openjdk-devel-debug 软件包.要安装它,请以 root 身份运行以下命令:

                  You should be able to find jmap in the java-1.8.0-openjdk-devel-debug, or java-1.7.0-openjdk-devel-debug, or java-1.6.0-openjdk-devel-debug packages on Redhat/Centos. To install it, run the following as root:

                  yum install java-1.8.0-openjdk-devel-debug
                  

                  为了完整起见,这里是检查哪些包包含 jmap 的命令:

                  For completeness, here's the command to check which packages include jmap:

                  yum whatprovides '*/jmap'
                  

                  这是一个示例输出:

                  1:java-1.6.0-openjdk-devel-1.6.0.37-1.13.9.4.el7_1.x86_64 : OpenJDK Development Environment
                  Repo        : updates
                  Matched from:
                  Filename    : /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.37.x86_64/bin/jmap
                  
                  
                  
                  1:java-1.7.0-openjdk-devel-1.7.0.91-2.6.2.3.el7.x86_64 : OpenJDK Development Environment
                  Repo        : base
                  Matched from:
                  Filename    : /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.91-2.6.2.3.el7.x86_64/bin/jmap
                  
                  
                  
                  1:java-1.8.0-openjdk-devel-1.8.0.65-3.b17.el7.x86_64 : OpenJDK Development Environment
                  Repo        : base
                  Matched from:
                  Filename    : /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.65-3.b17.el7.x86_64/bin/jmap
                  
                  
                  
                  1:java-1.8.0-openjdk-devel-debug-1.8.0.65-3.b17.el7.x86_64 : OpenJDK Development Environment with full debug on
                  Repo        : base
                  Matched from:
                  Filename    : /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.65-3.b17.el7.x86_64-debug/bin/jmap
                  
                  
                  
                  1:java-1.8.0-openjdk-devel-debug-1.8.0.65-3.b17.el7.x86_64 : OpenJDK Development Environment with full debug on
                  Repo        : @base
                  Matched from:
                  Filename    : /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.65-3.b17.el7.x86_64-debug/bin/jmap
                  

                  这篇关于找不到 jmap 命令的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:错误:libXext.so.6:无法打开共享对象文件:没有这样 下一篇:如何在 Neo4j 中迁移/转移/复制/移动数据

                  相关文章

                  最新文章

                • <tfoot id='0TULE'></tfoot>

                      <bdo id='0TULE'></bdo><ul id='0TULE'></ul>

                  1. <small id='0TULE'></small><noframes id='0TULE'>

                    1. <legend id='0TULE'><style id='0TULE'><dir id='0TULE'><q id='0TULE'></q></dir></style></legend>
                    2. <i id='0TULE'><tr id='0TULE'><dt id='0TULE'><q id='0TULE'><span id='0TULE'><b id='0TULE'><form id='0TULE'><ins id='0TULE'></ins><ul id='0TULE'></ul><sub id='0TULE'></sub></form><legend id='0TULE'></legend><bdo id='0TULE'><pre id='0TULE'><center id='0TULE'></center></pre></bdo></b><th id='0TULE'></th></span></q></dt></tr></i><div id='0TULE'><tfoot id='0TULE'></tfoot><dl id='0TULE'><fieldset id='0TULE'></fieldset></dl></div>