Hi Kristian Rink,
Thanks for correction on the typo.
Thanks,
Homer
Kristian Rink wrote:
> Homer Yau schrieb:
>
> Minor correction to add to the correction:
>
>
>> _Correction_
>> On Unix ( on bash shell)
>> export JAVA_HOME=/usr/jdk
>> export PATH=/usr/jdk/bin;$PATH
>>
> ^^^^^
> export PATH=/usr/jdk/bin:$PATH
>
> ... should do the trick. If on a decently up-to-date Linux distribution,
> installing a Sun JDK off your package repository should do this
> automatically for you (on Ubuntu i.e. this would be "sun-java6-jdk").
>
> Cheers,
> Kristian
>
>