Skip to Content.
Sympa Menu

ndt-users - Re: NDT directory Structure

Subject: ndt-users list created

List archive

Re: NDT directory Structure


Chronological Thread 
  • From: Mike Iglesias <>
  • To: Martyn <>
  • Cc: Matt Wilson <>,
  • Subject: Re: NDT directory Structure
  • Date: Tue, 18 Oct 2005 13:25:16 -0700

> Hi Matt and thanks for the reply, I have just checked and its
> installed, I installed again to make sure but still no luck
>
> 8 drwxrwxr-x 9 root root 4096 Oct 18 21:03 j2sdk1.4.2_09
>
> What else should I be checking

You really need to read people's responses better - Matt said either you
didn't have the java sdk installed or "the directory containing the java
executables is not in your path." Since it appears you have the java
sdk on your system, your problem is that you don't have the directory
with the java executables in your path.

Try this:

echo $PATH

if you don't see anything ending in "j2sdk1.4.2_09/bin", then the
directory containing the java executables is not in your path.
You need to do this:

PATH=$PATH:/path/to/j2sdk1.4.2_09/bin
export PATH

echo $PATH

(Replace /path/to with the path to your j2sdk1.4.2_09 directory)

Now do the "make" to get the java compiler to compile the software,
and then "make install".


Mike Iglesias Email:

University of California, Irvine phone: 949-824-6926
Network & Academic Computing Services FAX: 949-824-2069



Archive powered by MHonArc 2.6.16.

Top of Page