From d1288f7ae0de87455a2988c1f15dedda2074823f Mon Sep 17 00:00:00 2001 From: phil Date: Tue, 18 Oct 2016 13:44:23 +1300 Subject: Added a basic readme.md file Removed out of date www folder Removed out of date netbeans project folder Removed out of date README-build.html --- README-build.html | 143 ------------------------------------------------------ 1 file changed, 143 deletions(-) delete mode 100644 README-build.html (limited to 'README-build.html') diff --git a/README-build.html b/README-build.html deleted file mode 100644 index eec4d9b..0000000 --- a/README-build.html +++ /dev/null @@ -1,143 +0,0 @@ - - - - - - README-build: build instructions for the j3d-examples project - - -

Building -the 3D Example Programs

-

To -build the 3D example programs, you must first checkout the j3d-examples -svn -repository on java.net. For example, run -the svn checkout command as follows:
-

- -

-

-

System Requirements -

-

Any operating environment that supports the Java Platform and the -Java 3DTM API should -work. We have built j3d-examples on the following operating environments:
-

- -

The following software must be installed:

- -

Building -j3d-examples
-

-

Before you start building, please check that your PATH must -include the -following directories:

- -

NOTE that Java 3D must be installed into the JDK that you have -in -your path OR you must put the -Java 3D and vecmath jar files (j3dcore.jar, j3dutils.jar and -vecmath.jar) in your CLASSPATH and the directory containing the -Java 3D libraries in your LD_LIBRARY_PATH (Solaris or Linus) or -PATH (Windows).
-

-

To build all examples:

- -

-

-

This will build all example programs and bundle them into a single -jar -file, j3d-examples.jar, placed in the dist -directory.
-

-

Running j3d-examples

-

To run an example program, you must ensure that your CLASSPATH -contains dist/j3d-examples.jar in its list. For example, -to run the -HelloUniverse program:
-

- -

-

-

You may also point your Java-enabled web browser at some Java 3D -applet -examples, such as the src/classes/org/jdesktop/j3d/examples/FourByFour.html -page, and run the Java 3D applet example programs -from within your browser. Java 3D must be installed into the JDK -in order to run Java 3D programs from within a browser.
-
-

- - -- cgit v1.2.3