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
ganisation
> -Original Message-
> From: Pondrom, Pierre L [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, June 05, 2001 12:19 PM
> To: [EMAIL PROTECTED]
> Subject: [JAVA3D] Running Java3D code from another computer
>
> I have my Java3D code running on my computer, now I wou
Pierre,
Am I understanding you that what you want to do is execute a Java 3D
application from a network drive?
If that is the case then you'll still need to have Java 1.2+ and Java 3D
installed on the machine you are running on (not the machine hosting the
application).
- John Wright
Starfire R
I have my Java3D code running on my computer, now I would like to see if it
can be accessed over the intranet from another WinNT machine. We set up a
.bat file to set the path and java command, but the
window closes too soon to read the error message. Is there a way to do
this?