From 4f029b63280ff081e20ff4bde653209de409527f 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/branches/dev-1_6 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