Hy all out there,

I tried to export a scenegraph using x3d with the following code snippet:

File f = new File(dir, file);
FileWriter fw = new FileWriter(file);
System.out.println("Saving scene "+scene+" to file "+dir+file);
try {
scene.writeX3D(fw,"x3d.dtd");
} catch (Exception e) { System.out.println(e); }
fw.flush();
fw.close();

So,  I allways get a "java.lang.NoSuchMethodError"  exception. Any
comments on this ?

Thanx in advance, Timo.

===========================================================================
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