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: Clayton Keller <>
  • To:
  • Subject: Re: NDT directory Structure
  • Date: Tue, 18 Oct 2005 15:26:11 -0500



Martyn wrote:
> Clayton Keller wrote:
>
>> Matt Wilson wrote:
>>
>>
>>> At 8:43 PM +0100 10/18/05, Martyn wrote:
>>>
>>>
>>>
>>>>> make[2]: Entering directory `/usr/local/ndt-3.1.4/Admin'
>>>>> /bin/sh: javac: command not found
>>>>>
>>>>
>>>> Anybody :-(
>>>>
>>>
>>> It looks like either the jdk is not installed, or the directory
>>> containing the java executables is not in your path.
>>>
>>> HTH-
>>> -Matt
>>>
>>>
>>
>>
>> I ran into a similar issue with the PATH not being setup properly for
>> the java executables. Specifically I was su'ing from an account that
>> didn't have the path setup even though the root user's PATH was setup
>> for the java execs.
>>
>> Clay
>>
>>
>>
> Hi Clay, sorry to bother you again, it was all going so well this morning
>
> This is what I have done to install the jdk: -
>
> [martyn@localhost
> local]$ export
> PATH=$PATH:/usr/local/j2sdk-1_4_2_09-linux-i586.bin
> copied over j2sdk-1_4_2_09-linux-i586.bin to /usr/local
> su:
> [root@localhost
> local]# ./j2sdk-1_4_2_09-linux-i586.bin
>
> Should that do it?
>
> Thanks
>
> Martyn
>
Martyn,

I have included the following in my .bash_profile file (located in the
users home directory and since I'm using the BASH shell of course) under
PATH=

/usr/local/java/bin

So you would want to add something similar but probably along the lines of:

/usr/local/j2sdk1.4.2_09/bin

That's assuming of course that is the name of the folder. Again, I had
to do this for the user I was su'ing from not only user root. I don't
think the change takes affect until you login back in with the user
after adding that the the PATH.

Clay



Archive powered by MHonArc 2.6.16.

Top of Page