Java

Differences between revisions 1 and 6 (spanning 5 versions)
Revision 1 as of 2005-08-01 18:38:33
Size: 337
Editor: 81-178-92-192
Comment: recreating: still needs work to point out how to add the right repository, etc
Revision 6 as of 2005-08-14 00:53:20
Size: 896
Editor: ppp73-32
Comment: Added pointer to make-jpkg page
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
Type the following in a terminal (requires the hoary-extras repository):

{{{
    apt-get install sun-j2re1.5
}}}
 1. Add the {{{hoary-extras}}} repository (AddingRepositoriesHowto)
 2. Search for {{{sun-j2re1.5}}} in synaptic and install it.
Line 10: Line 7:
Alternatively, you can build your own Java package by following the instructions on JavaPackageBuildNewVersion.
Line 11: Line 9:
Line 15: Line 14:
----
CategoryCleanup


== Installing the JDK ==

If you want to install the Java compiler as well as the runtime environment, the easiest thing to do is to [https://java.sun.com/j2se/1.5.0/download.jsp get it directly from Sun]. Take care to use the "Linux self-extracting file" version. Converting the RPM with {{{alien}}} will not work.

Then follow the instructions as set forth on JavaPackageBuildNewVersions to create a .deb file you can install using {{{dpkg}}}.

Java for i386

  1. Add the hoary-extras repository (AddingRepositoriesHowto)

  2. Search for sun-j2re1.5 in synaptic and install it.

This will configure the Firefox Java plugin. Alternatively, you can build your own Java package by following the instructions on JavaPackageBuildNewVersion.

Java on other Architechtures

Ubuntu PPC, please see: ["JavaPPC"]. Ubuntu AMD64, please see: ["JavaAMD64"].

Installing the JDK

If you want to install the Java compiler as well as the runtime environment, the easiest thing to do is to [https://java.sun.com/j2se/1.5.0/download.jsp get it directly from Sun]. Take care to use the "Linux self-extracting file" version. Converting the RPM with alien will not work.

Then follow the instructions as set forth on JavaPackageBuildNewVersions to create a .deb file you can install using dpkg.

Java (last edited 2008-08-06 16:24:58 by localhost)