`
ztianlong
  • 浏览: 66707 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

solaris下安装jdk7

 
阅读更多
http://docs.oracle.com/javase/7/docs/webnotes/install/solaris/solaris-jdk.html

http://blog.sina.com.cn/s/blog_55fb522f0100ratv.html

安装.tar.Z 格式的

1. 根据你的机器类型,下载正确的版本。 64位的 要下两个包!
2.解压

On SPARC processors:

    zcat jdk-7u<version>-solaris-sparc.tar.Z | tar xf -
    zcat jdk-7u<version>-solaris-sparcv9.tar.Z | tar xf -
On x64/EM64T processors:

     zcat jdk-7u<version>-solaris-i586.tar.Z | tar xf -
     zcat jdk-7u<version>-solaris-x64.tar.Z | tar xf -


第一行命令创建对应的文件夹(SUNWj7rt, SUNWj7dev, SUNWj7cfg, SUNWj7man, SUNWj7jmp, SUNWjavadb-client, SUNWjavadb-common, SUNWjavadb-core, SUNWjavadb-demo, SUNWjavadb-docs, SUNWjavadb-javadoc, and SUNWjavadb-service)和一些文件在当前文件夹下

第二行命令为64位机器创建了另外一些目录
The second command creates several directories (SUNWj7rtx, SUNWj7dvx, and SUNWj7dmx) in the current directory, which contain 64-bit support for the JDK.

3. Assume the root role. You can use the roles(1) command to determine whether you are able to assume the root role.
切root用户

4. Uninstall any earlier installation of the JDK packages.

卸载以前的jdk
pkginfo | grep SUNWj 查看以前的版本
比如说查看1.6的 就是pkginfo | grep SUNWj6
比如说查看1.5的 就是pkginfo | grep SUNWj5

然后pkgrm 上边pkginfo | grep SUNWj6 的包
可能要多点几次y 呵呵
java -version 看版本 1.6删完了 还可能有1.5的 接着删
直到java -version 提示java找不到


If your machine has an earlier 32-bit or 64-bit version of the JDK installed in the default location (/usr/jdk/jdk1.<major version>.0_<minor version>), you must uninstall it before installing a later version at that location.

You can skip this step if you intend to install the JDK in a non-default location. For more details, see Selecting the Default Java Platform.

5. Run the pkgadd command to install the 32-bit and 64-bit packages.

    # pkgadd -d . SUNWj7rt SUNWj7dev SUNWj7cfg SUNWj7man
                  SUNWjavadb-client SUNWjavadb-common SUNWjavadb-core SUNWjavadb-demo
                  SUNWjavadb-docs SUNWjavadb-javadoc SUNWjavadb-service
    # pkgadd -d . SUNWj7rtx SUNWj7dvx SUNWj7dmx
The first command installs the JDK into /usr/jdk/jdk1.7.0_<version>.

The second command installs the files for 64-bit support into the JDK installation at /usr/jdk/jdk1.7.0_<version>.

See the pkgadd(1) and admin(4) man pages for information on installing the JDK in a non-default location.
安装jdk7

pkgadd -d . SUNWj7rt SUNWj7dev SUNWj7cfg SUNWj7man SUNWjavadb-client SUNWjavadb-common SUNWjavadb-core SUNWjavadb-demo
       SUNWjavadb-docs SUNWjavadb-javadoc SUNWjavadb-service

如果是64位的 加上下边的命令

pkgadd -d . SUNWj7rtx SUNWj7dvx SUNWj7dmx

如果不出意外 应该是安装好了

6. 可以忽略
For Japanese users: Install man pages.

If your machine has an earlier version of the Japanese man pages already installed in usr/jdk/jdk1.7.0_<version>, you must uninstall that package before installing this version of the Japanese man pages at that location. Remove that package by running:

    # pkgrm SUNWj7jmp
Then run the pkgadd command to install the new Japanese man page package.

    # pkgadd -d . SUNWj7jmp
7. To save space, delete the tar files and extracted SUNW* directories.

8. Exit the root role. No need to reboot.




General Installation Notes
The following are general notes about the installation.

Selecting the Default Java Platform
This section describes how the default Java platform is selected when running the Oracle Solaris SVR4 package installation (via the pkgadd command) of the JDK.

The Default Java Platform - Several versions of the Java platform can be present simultaneously on a Oracle Solaris system (using the default Oracle Solaris package installations), but only one can be the "default" Java platform. The default Java platform is defined by the directory that the /usr/java symbolic link points to. To determine the default version of the java executable, run:

    % /usr/java/bin/java -fullversion
The /usr/java symbolic link can change the default Java platform because there are symbolic links in /usr/bin (also known as /bin) that use it. (For example, the /usr/bin/java link refers to /usr/java/bin/java, which is the Java Runtime Environment). Many Java applications are compatible with later versions of the Java platform, but some applications might be less compatible.

PATH Setting - The default Java is linked through /usr/bin, such as /usr/bin/java. If this is in the path before another version of Java is in the path, then that will be the version of Java run from the command line or from any other tool that uses the PATH environment variable to locate Java.

分享到:
评论

相关推荐

    Solaris10安装配置JDK1.5

    在本文中,我们将详细探讨如何在Oracle Solaris 10操作系统上安装和配置JDK 1.5。Solaris 10是Unix家族的一员,它需要与之兼容的Java Development Kit (JDK)。我们将按照步骤指导您完成整个过程,包括下载、安装、...

    solaris 系统 64位 JDK

    在安装和配置64位JDK 1.8时,需要注意以下几点: 1. **系统兼容性**:确保你的Solaris系统是64位的,因为32位系统无法运行64位的JDK。 2. **下载与安装**:可以从Oracle官方网站下载适用于Solaris Sparc架构的64位...

    jdk6 for solaris

    jdk6 for solaris jdk6 for solaris jdk6 for solaris

    Java JDK 8 for Solaris - jdk-8u281-solaris-x64.tar.gz

    在Solaris操作系统逐渐淡出主流视线的情况下,这个版本的JDK8仍然提供了对Solaris x86平台的支持,这使得那些仍在使用或依赖Solaris系统的开发者可以继续进行Java应用的开发和维护。Solaris以其稳定性和高性能著称,...

    在solaris10下安装配置tomcat

    在 Solaris 10 操作系统中安装和配置 Apache Tomcat 是一项常见的任务,尤其是在部署基于 Java 的Web应用程序时。Apache Tomcat 是一个开源的Java Servlet容器,它实现了Java EE的Web应用程序规范。以下是详细步骤:...

    jdk-6u45-solaris-sparcv9.tar.Z

    Solaris SPARC 64-bit (SVR4 package) 15.49 MB jdk-6u45-solaris-sparcv9.tar.Z

    jdk-8u261-solaris-sparcv9.tar.gz

    用户解压后,可以按照标准的安装流程在Solaris SPARCv9系统上安装和配置这个JDK版本,以便运行和开发Java应用程序。 在部署和使用这个JDK时,需要注意以下几点: 1. 确保系统满足最低硬件和软件要求,例如足够的...

    jdk-8u211-solaris-sparcv9.tar.rar

    总的来说,这个压缩包包含了适用于Solaris SPARC V9架构的Java 8开发工具,使用者需要先解压RAR文件,然后解压tar.gz文件,最后遵循readme.txt中的指示进行安装和配置,以便在该平台上开发和运行Java程序。...

    在Solaris下安装部署Weblogic

    在 Solaris 操作系统上安装和配置 Weblogic 11g 是一项重要的任务,尤其对于那些需要在企业环境中运行 Java 应用程序的系统管理员。Weblogic 是一款由甲骨文公司提供的应用服务器,用于托管 Java EE 应用程序。下面...

    jdk-8u241-solaris-x64.tar.gz

    《深入理解JDK 8u241在Solaris x64环境下的应用与配置》 JDK(Java Development Kit)是Java编程语言的核心组成部分,它提供了开发和运行Java应用程序所需的工具和库。JDK 8u241是Oracle公司发布的Java 8的一个更新...

    jdk-8u202-solaris-sparcv9.z

    jdk-8u202-solaris-sparcv9.z适用于Solaris SPARC 64-bit (SVR4 package)位系统,是在Binary Code License (“BCL”)许可协议下提供最后的免费商业版本,允许用在生产环境中; 对于 2019 年 4 月 16 日开始的版本,...

    JDK环境配置.txt

    Solaris JDK配置,加固升级时候留的笔记,小白适用加固参考

    基于Solaris10 安装Weblogic并配置Cluster过程

    在本文中,我们将深入探讨如何在Solaris 10操作系统上安装WebLogic Server并配置集群。WebLogic Server是由Oracle公司提供的一个企业级Java EE应用服务器,它为开发和部署分布式Web应用程序提供了强大的平台。在...

    jdk-8u231-solaris-sparcv9.tar.gz

    标题中的"jdk-8u231-solaris-sparcv9.tar.gz"是指Java Development Kit(JDK)的特定版本,适用于Solaris操作系统,并且是为SPARC V9架构设计的。JDK是Java编程语言的核心工具集,包含编译器、调试器、文档生成器...

    jdk版本6u27 solaris

    jdk 6u27 solaris 版本,jdk 6 最新

    Oracle Solaris 10 JDK for Solaris Developer's Guide-34

    1. **JDK安装与配置**:包括如何在Oracle Solaris 10系统上下载、安装JDK,以及设置环境变量如JAVA_HOME、PATH和CLASSPATH,确保开发环境的正确配置。 2. **开发工具**:文档详细介绍了JDK提供的各种开发工具,如...

    jdk-11.0.7_solaris-sparcv9_bin.tar.gz

    《深入解析Java JDK 11.0.7 for Solaris SPARC V9》 Java,作为全球最受欢迎的编程语言之一,以其跨平台性、面向对象的设计理念和泛型编程的强大功能,深受开发者喜爱。尤其在企业级Web应用开发和移动应用开发领域...

    jdk-8u211-solaris-sparcv9.rar

    标题中的"jdk-8u211-solaris-sparcv9.rar"指的是Java Development Kit (JDK) 的一个特定版本,适用于Solaris操作系统,并且是为SPARC(SPARC Architecture)v9架构编译的。这个版本是8u211,这意味着它是Java 8的...

    Oracle Solaris 8 JDK 1.1 for Solaris Developer’s Guide-58

    在Oracle Solaris 8操作系统上,JDK 1.1的集成使得开发者能够在稳定且强大的Unix环境下进行Java开发。Oracle Solaris以其高性能、安全性和可扩展性著称,对于企业级应用开发来说是一个理想的平台。JDK 1.1与Solaris...

    jdk-8u211-solaris-x64.rar

    标题中的"jdk-8u211-solaris-x64.rar"指的是Java Development...为了充分利用这个JDK,用户需要了解如何解压和安装文件,以及如何配置相关的系统环境。同时,理解Java 8的新特性可以帮助开发者提高编程效率和代码质量。

Global site tag (gtag.js) - Google Analytics