It probably can't find the file. Specify the location of the file exactly,
or be sure it's in the same directory as the program you're running.
At 02:28 PM 2/13/2001 -0800, you wrote:
>Run into a problem when using dxf loader.
>
>Always get NullPointerException error when try to load a dxf file.
>
>ModelLoader ml = new ModelLoader();
>Scene s=null;
>try {
> s=ml.load("tacom689.dxf");
>}
>
>Appreciate any opinion.
>
>===========================================================================
>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".
===========================================================================
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".