Dear Isaac,
Open the folder shown below:
C:\jdk1.4\jre\lib\ext (On my system this is the JDK version),
Highlight and copy the files called "j3daudio.jar", "j3dcore.jar", "j3dutils.jar" and "vecmath.jar" and paste them into the following directory:
C:\jdk1.4
so that the .jar files are just outside your bin folder. This allows your JDK package to find the relevant java 3d libraries easily. Save all your java 3d files inside your bin folder.
Compile all your coded java files whilst inside the bin folder by opening MS-DOS (or equivalent) and type the following:
javac filename.java
Run them as follows:
java filename
This should help with development. To use other software such as Java Forte you must copy the .jar files into the relevant heirarchical tree.
Best of luck with development
Evil_Phil
With Yahoo! Mail you can get a bigger mailbox -- choose a size that fits your needs
