Java programming

By Nacho Cabanes Latest change: 14-Ago-2007 /   Versión en Español 
Latest changes...
  • 14-Ago-2007: First english version


What is Java?

Java is a computer programming language, developed by Sun, very used in internet and intranets programming. Its syntax is quite similar to C++ and there are versions for several operating systems. 

 

(Back to top)

Tutorials on Java

(Back to top)

Java compilers

  • JDK 6, the Java Development Kit, freely dstributable, is available at Sun's site. Latest version is 6 (JDK 6 for development environment, JRE 6 for the "runtime").
  • Other Sun products can be downloaded from Sun's site, a the integrated development environment Sun Java Studio. The "mobility" version to develop application for mobile devices can also be freely downloaded.
  • JBuilder is a product by Borland, a visual compiler for Java. The "personal" version can be freely downloaded... now and then.
  • Info aboutVisual J# (antes Visual J++), the visual tool for Java created by Microsoft, based on Java language.
  • As a part of the GNU project, there is also a Java compiler, which is able to generate bytecode or even native code. It is still under development. You can read more at gcc.gnu.org/java.

(Back to top)

Java sources

  • Gamelan, a big repository of applets and other source code.
  • Mantis Java Links, which also has lots of Applets and other links.

(Back to top)

Other links on Java

(Back to top)

Changes in this page

14/August/2007 First english version of this page.

(Back to top)