From d2f4b6c478a34d0089711a7bb8286bd0d04abbfb Mon Sep 17 00:00:00 2001 From: kcr Date: Tue, 7 Mar 2006 17:42:45 +0000 Subject: Merged changes between 1.4.0-beta4 and 1.4.0-fcs into dev-1_5 branch --- README-build.html | 41 +++++++++++++++++++---------------------- 1 file changed, 19 insertions(+), 22 deletions(-) (limited to 'README-build.html') diff --git a/README-build.html b/README-build.html index d813751..ec62fea 100644 --- a/README-build.html +++ b/README-build.html @@ -80,10 +80,10 @@ work.We have built j3d-examples on the following operating environments:

The following software must be installed:

Building j3d-examples
  • <ant-root-dir>/bin
  • <jdk-root_dir>/bin
  • -

    NOTE that Java 3D must be installed into the JDK that you have in +

    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 @@ -110,33 +111,29 @@ PATH (Windows).

    -

    This will build all example programs, each one being placed in the -corresponding src/<ExampleProgram> directory. -You may run -ant from a subdirectory in order to just build that program. For -example, to build the HelloUniverse program:
    -

    -
      - cd <cvs-root-dir>/j3d-examples/src/HelloUniverse
      - ant -
    -

    +

    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, cd to the desired directory and execute -java from there. You must ensure that CLASSPATH is either not set, or -contains "." in its list of directories. For example, to run the +

    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:

      - cd <cvs-root-dir>/j3d-examples/src/HelloUniverse
      - java HelloUniverse
      + cd <cvs-root-dir>/j3d-examples
      +
      java +org.jdesktop.j3d.examples.hello_universe.HelloUniverse

    -

    You may also point your Java-enabled web browser at the -src/index.html page and run Java 3D example programs +

    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