Fabio wrote:

> It is possible to program in JBuilder4 and use de API Java3D ?
>
> How could I include this API in my project ?

Yes it is possible but requires a different approach to install and use.

1. When installing the Java3D SDK from the installer you must ensure it
is installed into the JDK1.3 (or whatever version you have) directory
(the installer will select the correct locations for the components).
The jar files for Java3D were installed in the following directory on
my box:
   c:/JBuilder4/jdk1.3/jre/lib/ext

2. You then select "Project Properties.." from the Project Menu and
click on the "Required Libraries" tab. Select "Add.." then "New.."
then "Add". Navigate to the relevant directory, select one of the Jar
files and click OK. Provide a name for your new library and click OK.
Repeat this procedure for each of the Jar files (j3daudio, j3dutils,
j3dcore, vecmath).

3. Now every time you start a new project you need to add any of these
libraries that you need to use to the project.

I think this is what you wanted????
I have tried to cover every step let me know if you have any problems.

Nick

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to