URL url = new java.net.URL("jar:file:/C:/dir/archive.jar!/whatever/model.3ds"); String base = "jar:file:/C:/dir/archive.jar!/whatever/"; Loader3DS loader = new Loader3DS(); loader.setURLBase(base); Scene scene = loader.load(url);
-Paul
=========================================================================== 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".