I was compiling my code that was working 6 months ago, and now it give this
error:
ElevationGrid.java [16:1] class ElevationGrid must be declared
abstract.
It does not define public abstract Appearance getAppearance(int)
from class com.sun.j3d.utils.geometry.Primitive
class ElevationGrid
Any ideas?
Thanks
Vineet
-----Original Message-----
From: Joachim Diepstraten
[mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 06, 2001 3:11 AM
To: [EMAIL PROTECTED]
Subject: Re: [JAVA3D] Running Java3D code from another computer
Hi
> I haven't had much success with batch files that access reomote machines
via
> their machine names, however someone else
> may know the trick for that.
It's simply
net use your_desired_driveleter \\domain\machinename\sharename
EOF,
J.D.
--
Realtime Raytracer in JAVA
(http://www.antiflash.net/raytrace)
===========================================================================
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".