Provides an easy way to install the Sun Java Runtime Environment (JRE) in Sugar. Execute the activity to see instructions on how to use this JRE from other activities or programs.
This activity was packaged by CeibalJAM! (http://ceibaljam.org).
| Version | 2 |
|---|---|
| Works with | Sugar: 0.82 – 0.82 |
| Updated | March 15, 2010 |
| Developer | Marcos Orfila |
| Rating | Not yet rated |
| Downloads | 6,344 |
More about this activity
The OLPC XO-1 laptops deployed in Uruguay and many other countries do not have Java installed. In Uruguay, children don't have permissions to install software in the operative system as they can not become root.
The idea of having the Sun JRE in a Sugar bundle is to avoid including it in every activity that requires to use Java. Instead, just install this bundle, add the "bin" folder to the PATH environment variable of your activity (as explained when the activity is executed) and start using Java in your activity!
Support
Support for this activity is provided by the developer at support at marcosorfila dot com
What do you think?
Please log in to submit a review
Please do not post bug reports in reviews. We do not make your email address available to activity developers and they may need to contact you to help resolve your issue.
See the support section to find out where to get assistance for this activity.
Release Notes
* The PATH variable shown when executing the activity was wrong
* The JRE path was changed from "jre1.6.0_18" to "jre". This aims to simpliy external references from other activities.
* LICENSE.txt file was added