From 78924b53370ef6fd874f858e683b226a18bb82c5 Mon Sep 17 00:00:00 2001
From: kcr To
build the 3D example programs, you must first checkout the j3d-examples
-CVS
+svn
repository on java.net. For example, run
-the cvs checkout command as follows:
+the svn checkout command as follows:
-
cd <cvs-root-dir>
- cvs checkout j3d-examples
+ cd <j3d-root-dir>
+ svn checkout https://j3d-examples.dev.java.net/svn/j3d-examples/trunk j3d-examples
To build all examples:
cd <cvs-root-dir>/j3d-examples
cd <j3d-root-dir>/j3d-examples
ant
@@ -124,7 +124,7 @@ to run the
HelloUniverse program:
cd <cvs-root-dir>/j3d-examples
+ cd <j3d-root-dir>/j3d-examples
java
org.jdesktop.j3d.examples.hello_universe.HelloUniverse
--
cgit v1.2.3