AFAIK Eclipse starts with the Java where JAVA_HOME points to, if you dont provide another one via -vm option.
Jan > -----Urspr�ngliche Nachricht----- > Von: Alvaro Andr�s Monta�ez [mailto:[EMAIL PROTECTED] > Gesendet am: Freitag, 11. Februar 2005 13:38 > An: Ant Users List > Betreff: Re: AW: problem with javadoc > > Thanks for your answer, i�m using eclipse, can you tell me please > where may i see if i have JRE instead of a jdk.... > > I was looking about this problem in the web, and maybe the problem > it�s with eclipse....i have to make a relation between javadoc and > eclipse, but i haven�t found it . > > Thanks again.. > > AR > > On Fri, 11 Feb 2005 08:26:28 +0100, [EMAIL PROTECTED] > <[EMAIL PROTECTED]> wrote: > > Maybe JAVA_HOME points to a JRE instead of a JDK ... > > > > Jan > > > > > -----Urspr�ngliche Nachricht----- > > > Von: Alvaro Andr�s Monta�ez [mailto:[EMAIL PROTECTED] > > > Gesendet am: Donnerstag, 10. Februar 2005 20:26 > > > An: Ant Users List > > > Betreff: problem with javadoc > > > > > > Hello, > > > > > > i�m tryng to create a javadoc. > > > > > > this is the file: > > > > > > <target name="docs" depends ="buildjar"> > > > <mkdir dir="${javadoc}"/> > > > <javadoc packagenames="package.*" sourcepath="${src}" > > > destdir="${javadoc}" author="AR" version="true"/> > > > </target> > > > > > > but, i get this error.. > > > > > > BUILD FAILED: ..\path\workspace\build.xml:32: Javadoc failed: > > > java.io.IOException: CreateProcess: javadoc.exe -d > "..\path\javadoc" > > > -classpath > > > "..\path\plugins\org.apache.ant_1.6.1\lib\ant.jar;..\path\plug > > > ins\org.apache.ant_1.6.1\lib\ant-antlr.jar;..\path\plugins\org > > > .apache.ant_1.6.1\lib\ant-apache-bsf.jar;..\path\plugins\org.a > > > pache.ant_1.6.1\lib\ant-apache-resolver.jar;..\path\plugins\or > > > g.apache.ant_1.6.1\lib\ant-commons-logging.jar;..\path\plugins > > > \org.apache.ant_1.6.1\lib\ant-commons-net.jar;..\path\plugins\ > > > org.apache.ant_1.6.1\lib\ant-icontract.jar;..\path\plugins\org > > > .apache.ant_1.6.1\lib\ant-jai.jar;..\path\plugins? > > > > > > > > > Help please... > > > > > > > > > Thanks > > > > > > AR > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
