Mark Jensen <[EMAIL PROTECTED]> on 06/14/99 10:53:28 PM To: [EMAIL PROTECTED] cc: (bcc: Gary Moss/arl) Subject: Paths I am having a difficult time getting Java 3D API into my JBuilder library. I have installed everything in their default directories and I have run the 3D samples and they work. The problem is when I try to add the 3D API to the library a dialog box asks for the Name, Class path, Source path and Doc path of the 3D API. These paths are giving me the difficult time. Please tell me what these paths are. Hello Mark, You need to add 4 libraries, this is what mine looks like (NOTE: the names are really up to you): Name = Java3d Core Class path = D:\jdk1.2\jre\lib\ext\j3dcore.jar Source path = Doc path = Name = Java3d Utilities Class path = D:\jdk1.2\jre\lib\ext\j3dutils.jar Source path = D:\jdk1.2\java3d-utils-src.jar Doc path = Name = Java3d Audio Class path = D:\jdk1.2\jre\lib\ext\j3daudio.jar Source path = Doc path = Name = Vector Math Class path = D:\jdk1.2\jre\lib\ext\vecmath.jar Source path = Doc path = My apologies if the above isn't aligned in your mailer.... HTH, -Gary
