I've been using cafe pretty successfully to develop a gui for my 3d project. I used to be able to make a stand-alone jar file using the deploy feature, but now that I've upgraded to java1.3 and java3d 1.2, the jar file seems to be missing some classes (Quat4d, Point4f, PlatformGeometry...). The only way I can get past these errors is if I declare variables of those types in my program. I'm up to three dummy variables and don't want to keep chasing this (who knows how many will be missing?). Anybody come across this yet? I've tried adding those classes from the vecmath.jar file into my jar file, but it doesn't seem to make a difference. Can anyone offer a hint as to why these classes are not being put in the jar file? All sorts of other, seemingly unneeded classes make it into my jar file (like audio classes when I have no audio), but some of the ones that seem to be needed by simpleuniverse, etc. aren't added. Daniel Dvorak =========================================================================== 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".
