[Home][CADCAM] [Contents] [Search]

Java

 

Next

Java is an object-oriented programmation language, its main particularity is that Java program's could run on virtually any hardware. In fact Java programs are compiled for a "Virtual Machine" and there is a Virtual Machine bitecode interpreter for many of the most popular operating systems. This particularity leads Java as good choice for network-based development.

Reference on Java

Java was launched by Sun, so one of the best reference is their own site at java.sun.com External Link .They propose an on-line tutorial External Link , the description of the Java APIExternal Link ,Java3D, JDBC External Link (Java DataBase Connectivity) and many other Java related resources.

Gamelan External Link A professional site dealing with Java and e-commerce, security and general development

Java-COM External Link. This is a bridge between Java and COM the object model from Microsoft.

See also our Java3D page.

Java Compilers

JavaWorkshop Worlds.gif from SunSoft (http://www.sun.com/sunsoft/)

Visual J++ Worlds.gif From Microsoft. Well this product was stopped when the trial happened between Microsoft and Sun on the use of Java. J++ was introduced again with .NET as a migration tool for Java users. It's nw called j#

Example of use of Java

x1001

Vector computation in Java Worlds.gif

DXF Viewver in Java Worlds.gif

Programming Language

Web Script Language

Note this Icon : External Link means that the link you will follow is external to this site.