2 questions about program HelloJava3Da
1. I read Chapter 1 of Java 3D API Tutorial: "Getting started with the Java 3D API". I want to get or downloaded the source codes of "HelloJava3D". But how can I find these source codes?
2. I input the source code of HelloJava3Da by hand. But how can I run it?
Using "javac" command under DOS? I tried it, but there are 17 errors appeared!
Using J Builder 4.0? One error is appeared: Error# 202: 'class' or 'interface' expected at line 14, column 15. Line 14 of HelloJava3Da is: public static void main (String[] args)...
So, what can I do now?

