Okay, good.
Execute G:\j2sdk1.4.0\bin\javac and see what it says
Matt Seibert [EMAIL PROTECTED]
IBM External: (512) 838-3656 Internal: 678-3656
Tony Chen
<[EMAIL PROTECTED] To: [EMAIL PROTECTED]
m> cc:
Subject: Re: help on build axis from
source code 09202002 night
09/27/2002 14:33
Please respond to
axis-user
I use the following bat set up env
setjavaenv.bat
echo ant
set JAVA_HOME=G:\j2sdk1.4.0
set
CLASSPATH=.;L:\axis_rc1\ant\jakarta-ant-1.5
\lib\ant.jar;L:\axis_rc1\ant\jakarta-ant-1.5
\lib\xml-apis.jar;L:\axis_rc1\ant\jakarta-ant-1.5
\lib\xercesimpl.jar;L:\axis_rc1\ant\jakarta-ant-1.5\lib\optional.jar
rem enline
==============
Thanks!
--tony
Matt Seibert wrote:
> What is your environtment JAVA_HOME variable set to? Is this the top
level
> path of a java installation? For example, does there exists a
> JAVA_HOME/bin/ in which resides javac?
>
> Matt Seibert
[EMAIL PROTECTED]
> IBM External: (512) 838-3656 Internal: 678-3656
>
>
> Tony Chen
> <[EMAIL PROTECTED] To:
[EMAIL PROTECTED]
> m> cc:
> Subject: help on build
axis from source code 09202002 night
> 09/27/2002 14:10
> Please respond to
> axis-user
>
>
> Hello,
>
> I try to build axis from source code.
> java org.apache.tools.ant.Main compile
>
> I got the following error.
> BUILD FAILED
> file:L:/axis_rc1/09202002night/src/xml-axis/java/build.xml:79: Unable to
> find a javac compiler
> com.sun.tools.javac.Main is not on the classpath. Perhaps JAVA_HOME does
> not point the JDK.
>
> Any help?
>
> Thanks!
>
> --tony