Skip to Content.
Sympa Menu

ndt-users - Re: FW: Missing Files

Subject: ndt-users list created

List archive

Re: FW: Missing Files


Chronological Thread 
  • From: Richard Carlson <>
  • To: Rick Tyrell <>
  • Cc:
  • Subject: Re: FW: Missing Files
  • Date: Tue, 14 Jun 2005 07:42:35 -0500

Hi Rick;

This sounds like a bug in the development package. You should be able to run the "make clean" and "make" commands to solve this problem.

I think the problem is that the file "Applet/classTcpbw100.stamp" gets created to show that the "Tcpbw100.class" file is current. If the "Tcpbw100.class" file gets removed, but the ".stamp" file still exists then "make" fails. Running 'make clean" removes the ".stamp" file, so the "make" then runs properly. The alternative is to simply try "rm Applet/classTcpbw100.stamp" from the main source directory and then run "make" again.

Let me know if you still have problems.

Regards;
Rich

At 05:47 PM 6/10/2005 -0500, Rick Tyrell wrote:
For some reason my message was getting rejected from the ndt-users list so I
hope you don't mind me emailing you directly.

_____

From: Rick Tyrell
Sent: Fri 6/10/2005 3:51 PM
To:

Subject: Missing Files


It looks like the following file was never created during the building of
the NDT package:

Tcpbw100.class

I'm not sure if this happened during the creation of the executables of the
ndt-3.1.4 program or not. I have j2sdk1.4.2_08 installed and in my path:

export JAVA_HOME=/usr/java/j2sdk1.4.2_08/bin
PATH=$JAVA_HOME/bin:$PATH


Let me know if you need additional information.

Thank you,

Rick Tyrell
Sr. Network Analyst
JCCC




  • Re: FW: Missing Files, Richard Carlson, 06/14/2005

Archive powered by MHonArc 2.6.16.

Top of Page