zoukankan      html  css  js  c++  java
  • Tilera 服务器上OpenJDK的安装尝试

    一、起因

    这两天比较有意思,客户那里的代码遇到了一个jvm的bug崩溃了,所以老板让我升级JVM,这是一个处理器架构和x86不同的处理器,我改怎么安装呢?

    我百度了OpenJDK,并且按照http://hg.openjdk.java.net/jdk7/build/raw-file/tip/README-builds.html解决了大量的依赖关系。

    花费了大量的时间。

    但是最后还是失败了。

    所以我向OpenJDK的邮件列表,和centos的邮件列表发了两封邮件。

    第一封是这样写的:

    [Build OpenJDK] How can I build OpenJDK7 in my platform not x86

    Everybody:
         I do not understand English, so I use Google translator.
    Now I have a question, I want a non-x86 processor platforms, install OpenJDK, do you think there is this possible?
    First, some basic information, I use the processor is tilera company‘s tile, if you listened to them, then you should know that this processor uses an operating system similar to red hat, my God, but not a red hat.
    I solved a lot of dependency problems, but when I am ready to build it is still wrong, it actually generates the code on the x86 platform.
    Construction jdk too hurt, and is there any simple way.
    Thank you very much, if you can read this, then I look forward to your help, thank you very much.

    另一封是写给centos的。

    [JDK RPMS]Where can I get the sRpm of JDK.

    bodys:
              Now, I am building the OpenJDK on a new Processor Architecture,
    and I think it too hard,so I want to know
    Will I be able to find the jdk srpm package, if we can find it, where to go to find?
    Yes, my native language is not English, so I use the Google translator.
    If you can understand the meaning of this passage to prove that Google is still very great, very urgent hope to get your help, thank you very much.

    我不知到邮件列表是不是这样用,况且我不懂英文,真是有意思的一天。

  • 相关阅读:
    Python语言基础04-构造程序逻辑
    Python语言基础03-分支和循环结构
    Python语言基础02-变量和运算
    Python语言基础01-初识Python
    Hadoop+Hbase分布式集群架构“完全篇”
    kubernetes系列12—二个特色的存储卷configmap和secret
    安装AIDE文件完整性检测
    PAM和账户安全配置
    SSH安全配置
    CentOS7的审计配置
  • 原文地址:https://www.cnblogs.com/likeyiyy/p/3277726.html
Copyright © 2011-2022 走看看