Skip to Content.
Sympa Menu

ndt-users - Re: NDT build errors

Subject: ndt-users list created

List archive

Re: NDT build errors


Chronological Thread 
  • From: Richard Carlson <>
  • To: Kevin Kawaguchi <>
  • Cc:
  • Subject: Re: NDT build errors
  • Date: Thu, 23 Jun 2005 10:59:51 -0500

Hi Kevin;

The Admin.class file is a java applet that puts up the bar graph on the admin.html page. The javac compiler is used to create this .class file.

Off the top of my head I don't know exactly what the problem is, but here is where I'd start looking.

Is the javac compiler in your path? (which javac). On some of the older NDT versions I hard coded in the path to this compiler. As more people started downloading and installing this code I started running into problems so I removed the hard coded path. You need to add the path to the javac compiler to your standard PATH variable.

Let me know if that helps.

Rich

At 04:34 PM 6/22/2005 -0700, Kevin Kawaguchi wrote:
Mr Carlson,

I have built ndt twice on some development machines (dell sx270 fc2 2.6.10-web100 and dell inspiron 7000 fc3 2.6.11-web100) without any problems whatsoever. Now that our real servers (Dell SC1425, fc3 2.6.11-web100) have arrived, I have been getting an error in Admin...

Making all in Admin
make[2]: Entering directory `/root/ndt-3.1.4/Admin'
make[2]: *** No rule to make target `Admin.class', needed by `all-am'. Stop.
make[2]: Leaving directory `/root/ndt-3.1.4/Admin'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/ndt-3.1.4'
make: *** [all] Error 2
[root@dantooine
ndt-3.1.4]#

I'm hoping this is something simple (i.e. stupid on my part) that you've seen before and is easy to correct.

Thanks a LOT!

Kevin Kawaguchi
UCDavis NOC




  • Re: NDT build errors, Richard Carlson, 06/23/2005

Archive powered by MHonArc 2.6.16.

Top of Page