public marks

PUBLIC MARKS from tadeufilippini with tags java & opensource

July 2009

OpenJDK: Download and install

How to download and install prebuilt OpenJDK packages Ubuntu logo On Ubuntu 8.04 (Hardy Heron), do one of the following: * On the Gnome desktop (Ubuntu): o In the main desktop menu, choose "Add/Remove ..." o In the "Show" toggle box, select "All Open Source Applications" o Search for "OpenJDK" o Select the "OpenJDK Java Runtime" (openjdk-6-jre) o Confirm the installation of community maintained software o Press the "Apply Changes" button * On the KDE desktop (Kubuntu): o In the main desktop menu, choose "Add/Remove Programs" o In the "Adept Installer" search for "OpenJDK" o Select the "OpenJDK Java Runtime" (openjdk-6-jre) o Press the "Apply Changes" button * On the command line, type: $ sudo apt-get install openjdk-6-jre The openjdk-6-jre package contains just the Java Runtime Environment. If you want to develop Java programs then install the openjdk-6-jdk package. For more information on how to install Java on Ubuntu, including on versions prior to 8.04, please see the Ubuntu Java Community page.

April 2008

art of illusion

by 5 others
Art of Illusion is a free, open source 3D modelling and rendering studio. It is written entirely in Java, and should be usable on any Java Virtual Machine which is compatible with J2SE 1.4 or later. The current version is 2.5.1, released Oct. 21, 2007. This version is both stable and powerful enough to be used for serious, high end animation work. Many of its capabilities rival those found in commercial programs. Some of the highlights include subdivision surface based modelling tools, skeleton based animation, and a graphical language for designing procedural textures and materials. Click here to download the program. If you want some idea of what Art of Illusion is capable of, take a look at the screenshots and art gallery. We now have an extensive documentation section. This includes the user manual, as well as a number of tutorials covering different aspects of the program. Discussion forums, bug reporting, and much more can be accessed through the SourceForge project page for Art of Illusion. Art of Illusion may be freely distributed and modified under the terms of the Free Software Foundation's General Public License. To download the source code, click here. Are you interesting in contributing to Art of Illusion? I would love to have your help! Click here for a list of suggested projects for both programmers and non-programmers. Comments and suggestions are always welcome! I can be reached at peastman@users.sourceforge.net. But if you're looking for help with a problem, you'll probably get a much quicker answer by posting to the discussion forums.

October 2007

OpenJDK

by 1 other
Welcome to the Open-Source JDK Community! This is the place to collaborate on the open-source JDK, an implementation of the Java Platform, Standard Edition specification defined in the Java Community Process.