to change the default javadoc. You don't need to manually relink if
On Dec 19, 12:03 am, RonanWu <
rona...@gmail.com> wrote:
> Dear Joe,
> Thank you very much.
>
> I relink the javadoc and javadoc.1.gz to the right one under
> java-1.5.0-sun-1.5.0.16
> and everything goes well.
> ------
> $ cd /etc/alternatives
> $ sudo ln -s /usr/lib/jvm/java-1.5.0-sun-1.5.0.16/bin/javadoc javadoc
> $ sudo ln -s /usr/lib/jvm/java-1.5.0-sun-1.5.0.16/man/man1/javadoc.
> 1.gz javadoc.1.gz
> -----
>
> On 12月18日, 下午11時31分, "Joe Onorato" <
j...@android.com> wrote:
>
> > Hi,
>
> > I think it's still finding a different javac. What does the first line of
> > javac -version say? I think you need to make sure that the javac, java and
> > javadoc are the ones in your path, in addition to setting JAVA_HOME.
>
> > -joe
>
> > On Thu, Dec 18, 2008 at 4:58 AM, RonanWu <
rona...@gmail.com> wrote:
>
> > > Dear All,
>
> > > I removed JDK1.6,
> > > and install JDK1.5
> > > set $JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun
>