laasunde
November 28th, 2004, 06:13 AM
Hi,
I've just recently installed JBuilder Developer 10.0 on my computer. Thought I'd try another IDE. Already have JDK 1.5 and the Java 3D package installed on computer and working fine btw.
After installing JBuilder I configure it to use JDK 1.5, instead of 1.4.2 which comes with the program.
When I try to run one of my 3D programs the program gives me an error message say "Library does not seem to exist" to all of the 3D librarys (see below).
import com.sun.j3d.utils.geometry.*;
import com.sun.j3d.utils.universe.*;
import com.sun.j3d.utils.image.*;
import javax.media.j3d.*;
import javax.vecmath.*;
When I look in the configuraiton of JDK setup everything looks a ok. Have compared it with my previous IDE and they seem alike.
Any help would be much appreicated.
I've just recently installed JBuilder Developer 10.0 on my computer. Thought I'd try another IDE. Already have JDK 1.5 and the Java 3D package installed on computer and working fine btw.
After installing JBuilder I configure it to use JDK 1.5, instead of 1.4.2 which comes with the program.
When I try to run one of my 3D programs the program gives me an error message say "Library does not seem to exist" to all of the 3D librarys (see below).
import com.sun.j3d.utils.geometry.*;
import com.sun.j3d.utils.universe.*;
import com.sun.j3d.utils.image.*;
import javax.media.j3d.*;
import javax.vecmath.*;
When I look in the configuraiton of JDK setup everything looks a ok. Have compared it with my previous IDE and they seem alike.
Any help would be much appreicated.