I am using JBuilder7 to develop my Java3D application without problems. I just copy the java3d jars to jbuilder's jdk jre, i.e, to folder C:\JBuilder7\jdk1.3.1\jre\lib\ext and copy the J3D dlls to C:\JBuilder7\jdk1.3.1\jre\bin
Alessandro ----- Original Message ----- From: "Ahmet Balci" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 17, 2003 11:01 AM Subject: Re: [JAVA3D] Error during compile > Thanks for your reply. I have already added the libraries which you mentioned. But it didn't solve the problem. It gives lots of error messages similar to the following message again for the HelloUniverse application in JBuilder3 environment. Isn't there another probable solution to the problem? > Any comment about this subject will be appreciated. > > Error(25): class javax.media.j3d.BranchGroup is not public in package > javax.media.j3d; cannot be accesssed form outside package. > > > > > > > On Fri, 13 Jun 2003 17:37:09 +0300, Vladimir Vernikovski <[EMAIL PROTECTED]> wrote: > > >You must create and add new Java3D library in Project Properties/Required > >Libraties settings in JBuilder project. > >Add in new library some files from this folder: > >C:\j2sdk1.4.1_02\jre\lib\ext\ > >Files: > >j3daudio.jar > >j3dcore.jar > >j3dutils.jar > >vecmath.jar > > > >Bye! > > > >Vladimir A. Vernikovski > >Programmer > >------------------------------------------- > >JPROOF Technologies Ltd. > >----- Original Message ----- > >From: "Ahmet Balci" <[EMAIL PROTECTED]> > >To: <[EMAIL PROTECTED]> > >Sent: Friday, June 13, 2003 5:11 PM > >Subject: [JAVA3D] Error during compile > > > > > >> Hi all, > >> I am new in Java3d. So I downloaded tutorials and softwarefrom sun's java > >web site and tried to run example application HelloUniverse from the > >JBuilder3 environment. But I got the lots of error message similar to > >following: > >> > >> Error(25): class javax.media.j3d.BranchGroup is not public in package > >javax.media.j3d; cannot be accesssed form outside package. > >> > >> Would you tell me what I was doing wrong? > >> Thanks in advance. > >> =========================================================================== 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".
