kooyee ‘s blog

          開源軟件, 眾人努力的結晶, 全人類的共同財富
          posts - 103, comments - 55, trackbacks - 0, articles - 66
             :: 首頁 :: 新隨筆 :: 聯系 :: 聚合  :: 管理
          Installing the Java Software Developers Kit Version (SDK) 1.4:

          Download: http://java.sun.com/j2se/1.4/download.html
          (Download j2sdk-1_4_0_03-linux-i586-rpm.bin)
          x86_64 AMD Athelon/Opteron/Turion-64/EM64T info for: jdk-1_5_0_version-linux-amd64-rpm.bin

          Install:

          chmod +x j2sdk-1_4_0_03-linux-i586-rpm.bin
          ./j2sdk-1_4_0_03-linux-i586-rpm.bin
          ...
          This is where you agree to their license. Press the space bar to scroll down in "More".
          Do you agree the the above license terms? [yes or no]
          yes
          ...
          rpm -ivh j2sdk-1_4_0_03-fcs-linux-i586.rpm
          
          The SDK installed in /usr/java/j2sdk1.4.0_03/

          Set environment variables. (Add to $HOME/.bash_profile)

          PATH=/usr/java/j2sdk1.4.0_03/bin:$PATH:$HOME/bin:./
          export PATH
          export JAVA_HOME=/usr/java/j2sdk1.4.0_03
          export CLASSPATH=/usr/java/j2sdk1.4.0_03/lib/tools.jar:/usr/java/j2sdk1.4.0_03/jre/lib/rt.jar:./
          
          Must include "./" in CLASSPATH. This is necessary in 1.4.0_03.

          Test program: Test.java

          public class Test
                      {
                      public static void main(String[] args)
                      {
                      System.out.println("Hello world");
                      }
                      }
                      
          Compile: javac Test.java

          (or /usr/java/j2sdk1.4.0/bin/javac Test.java)
          Note that the file name and the class name are the same. This became a requirement in SDK 1.4. The result of the compile is the file: Test.class

          Run:

          [prompt]$ java Test
          Hello world
          
          (or /usr/java/j2sdk1.4.0/bin/java Test)

          [Potential Pitfall]: Red Hat Enterprise Linux and other Linus systems which install GNU Java may find that this conflicts with the Sun Java installation. You may have to remove this (for example RHEL4):
          rpm -e java-1.4.2-gcj-compat-1.4.2.0-27jpp java-1.4.2-gcj-compat-devel-1.4.2.0-27jpp.noarch

          The Java SDK includes the following commands:

          • javac: Linux Java compiler (i.e. javac program-name.java)
          • java: Byte code interpreter / Java program launcher. (i.e. java program-name Do not include ".class" extension.)
            Test version: java -version
          • appletviewer: Views Java applet embedded in html file. (appletviewer myfile.html)
          • javaws: Java Web Start application manager. Java application handler for browser.
            (Also see YoLinux Mozilla configuration tutorial)
          • javadoc: Generate API documentation from tagged comments.
          • javah: Creates C header and stub files for Java class.
          • javap: Java file disassembler
          • jdb: Java debugger
          • jar: JAR archive file generation tool.
          主站蜘蛛池模板: 姜堰市| 汉源县| 泸州市| 兰溪市| 轮台县| 昭觉县| 仙桃市| 方城县| 盈江县| 二连浩特市| 贵港市| 云梦县| 庄河市| 松江区| 徐闻县| 渝中区| 朝阳区| 新郑市| 西安市| 汶川县| 阳春市| 怀化市| 十堰市| 吉安县| 卓资县| 神木县| 阿图什市| 中西区| 拉萨市| 新密市| 行唐县| 淅川县| 武功县| 龙南县| 马关县| 安新县| 文登市| 博乐市| 罗城| 克什克腾旗| 都兰县|