Java: Difference between revisions
Line 41: | Line 41: | ||
== Installing OpenJDK Java == |
== Installing OpenJDK Java == |
||
The [[Restricted Formats]] page contains installation directions for Sun Java. |
The [[Restricted Formats]] page contains installation directions for the Sun Java distributions that are encumbered by non open source licenses. |
||
[http://openjdk.java.net/ OpenJDK] is an open source |
[http://openjdk.java.net/ OpenJDK] is an effort by Sun Microsystems to release versions of Java which are and can be completely built using code under free and open source licenses. Working in conjunction with RedHat's [http://en.wikipedia.org/wiki/IcedTea IcedTea] project, a fully open source bootstrap of Java 6.0 was first made available for [[Fedora]] 9. |
||
The first XO Linux distribution based on [[Fedora]] 9 will be [[8.2.0]]. Current "[[Joyride]]" development builds leading up to the [[8.2.0]] release also are based on [[Fedora]] 9. Until [[8.2.0]] is released, in order to install openjdk, you must first obtain a developer key ([[Activation_and_Developer_Keys]]) and upgrade your XO to a [[Joyride]] or [[8.2.0]] release candidate (see [[Olpc-update]]). |
|||
However, this is not available for [[Fedora]] 7 which is the Linux distribution underlying XO OS images in 2007 and Update.1. It is available for Fedora 9, which will be in [[8.2.0]]. |
|||
As of August 2008, if you are running a "joyride" development build, you can install this Java implementation. |
|||
To install OpenJDK (assuminng you are running an XO distribution based on [[Fedora]] 9 or later), open the [[Terminal activity]] and type: |
|||
sudo yum -y install java-1.6.0-openjdk |
|||
and press Enter |
and press Enter to install Java without installing the browser plugin. |
||
To install the plugin as well, you may instead use: |
|||
sudo yum -y install java-1.6.0-openjdk-plugin |
|||
Note: The java openjdk plugin is currently working in the "Web" browser activity in 8.2 and |
Note: The java openjdk plugin is currently working in the "Web" browser activity in [[8.2.0]] and [[Joyride]] builds (as of 2008-08-27). It may not work with the [[Firefox2]] or [[Firefox3]] activities. |
||
== Potentially interesting Java programs == |
== Potentially interesting Java programs == |
Revision as of 15:03, 27 August 2008
Overview
Java is currently not shipped by default. Only open source software is, and apparently open source versions are either not yet usable[1], or only just becoming usable in early 2008 [2].
While not shipped by default, people do install java. And governments may install it, along with other non-free software, in their versions of the distribution. It appears applets now work in the browser if java is installed.[3]
In preparing java for wider use, two challenges might be getting something appropriately sized for the olpc laptop (eg, efforts to make the jre less bloated, or using something like JavaSE), and integrating with the Gtk/C/Python infrastructure for collaboration, storage, etc.
But the basic bottleneck, on this as in most things OLPC, is shortage of people. The core team is focused on the core, and on each deadline. The community fills in the many opportunties that leaves. And it doesn't look like anyone is really pushing on Java yet.
But sometimes work is happening without the wiki being updated. So it might be worth writing the devel list, to create a less random guess at current state.
Perhaps what will happen is someone with some applets or a java program they care about will clean up the wiki instructions for installing java. Some country will decide to ship java, and people will create content bundles containing html and applets. Perhaps someone will ship a program compiled with gcj, and the libraries included in their own ~20MB space budget. Someone will bang on using jython for the sugar ui. And java will increasingly become an option.
People and groups who have worked on integrating Java with the OLPC XO
- Java on the OLPC, Concord Consortium has worked on getting Java Web Start to work on the OLPC to enable deployment of it's open source science and math software frameworks and activities on the OLPC.
- The OLPC and Java, Cay Horstmann (the author of Core Java) has a blog entry about his efforts to get Java working on the OLPC he bought through the Give One Get One program.
JNLP Handler
see JNLP Handler
Installing OpenJDK Java
The Restricted Formats page contains installation directions for the Sun Java distributions that are encumbered by non open source licenses.
OpenJDK is an effort by Sun Microsystems to release versions of Java which are and can be completely built using code under free and open source licenses. Working in conjunction with RedHat's IcedTea project, a fully open source bootstrap of Java 6.0 was first made available for Fedora 9. The first XO Linux distribution based on Fedora 9 will be 8.2.0. Current "Joyride" development builds leading up to the 8.2.0 release also are based on Fedora 9. Until 8.2.0 is released, in order to install openjdk, you must first obtain a developer key (Activation_and_Developer_Keys) and upgrade your XO to a Joyride or 8.2.0 release candidate (see Olpc-update).
To install OpenJDK (assuminng you are running an XO distribution based on Fedora 9 or later), open the Terminal activity and type:
sudo yum -y install java-1.6.0-openjdk
and press Enter to install Java without installing the browser plugin. To install the plugin as well, you may instead use:
sudo yum -y install java-1.6.0-openjdk-plugin
Note: The java openjdk plugin is currently working in the "Web" browser activity in 8.2.0 and Joyride builds (as of 2008-08-27). It may not work with the Firefox2 or Firefox3 activities.
Potentially interesting Java programs
- Molecular Workbench, a GPL-licensed application for creating and sharing molecular, mechanical, and discrete-element simulations.
- JBook, an open-source, full-screen EBook reader with a built-in list of Project Gutenberg etexts from which to choose.
- MHP includes DVB-J, which could be used for interactive school TV channels.
- Wikiversity courses are likely to require Java
- GeoGebra is a free interactive geometry software for education in schools. Wikipedia lists alternatives.
- Jmol, an open-source java applet (and application) for viewing 3D molecular structures. Children can, for example, explore the 3D structure and function of DNA as well as vitamins, drugs (such as anti-HIV drugs), or proteins (such as hemoglobin and its sickle disease variant common in Africa).
- http://alice.org/ - Alice 3D Authoring system, from the Stage3 Research Group at Carnegie Mellon University. (judging from the hardware requirements that would probably be using the OLPC to the limits)
- Powers of 10 (see: Powers of Ten (Wikipedia))
- A quick search for open source mind / concept mapping software yields 3 possibilities: FreeMind, WoW (Web of web), and cmaptools, all of which are java-based.
- ImageJ "a public domain, Java-based image processing program," Runs Everywhere, Open Source, User Community, Macros, Plugins ...
Alternatives to Java on the laptop
See "Thin client" for the implications of a server based approach.
Dynamic Scripting
Learn more about "Jython" to create dynamic scripting environments under Java.
See also
- Talk:Educational Software#JAVA
- Ask OLPC a Question about Software#Java on the OLPC
- Opera#Installing Java in Opera
- Talk:Java
- http://lists.laptop.org/pipermail/devel/2007-May/005118.html 'http://openjdk.java.net/ still missing pieces'.
- PepperPad, a similar Java-based device. The company has also ported their Java system to the XO.