Re: [JAVA3D] Running Java3D code from another computer

2001-06-05 Thread Joachim Diepstraten
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

Re: [JAVA3D] Running Java3D code from another computer

2001-06-05 Thread Connell, Russell
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

Re: [JAVA3D] Running Java3D code from another computer

2001-06-05 Thread John Wright
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

[JAVA3D] Running Java3D code from another computer

2001-06-05 Thread Pondrom, Pierre L
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?