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.

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

  • 相关阅读:
    我真的没读野鸡大学!是他们不好好起名字!
    Request.Cookies和Response.Cookies
    深受理科生喜欢的10大专业
    如何玩转“互联网+教育”?
    js调试工具Console命令详解
    XSS获取cookie并利用
    257. Binary Tree Paths
    EXEC sp_executesql with multiple parameters
    235. Lowest Common Ancestor of a Binary Search Tree
    226. Invert Binary Tree
  • 原文地址:https://www.cnblogs.com/likeyiyy/p/3277726.html
Copyright © 2011-2022 走看看