You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by "Pan, Jiantao" <ji...@labbook.com> on 2000/12/01 23:04:52 UTC

Help on slide build

I am having trouble in building slide from the source,
 I run build.bat, it does not do much, only a list of echo messages
 But If I run 
  build.bat dist
I got the following message
I have the JAVA_HOME setup right. I wonder if I miss anything here
Thanks for the help.

"..
     [echo] Building Slide Core API
    [javac] Compiling 110 source files to
C:\cygwin\home\administrator\build\sli
de\classes

BUILD FAILED

C:\cygwin\home\administrator\jakarta-slide\build.xml:176: Cannot use classic
com
piler, as it is not available A common solution is to set the environment
variab
le JAVA_HOME to your jdk directory.
"


Re: Help on slide build

Posted by Remy Maucherat <re...@apache.org>.
> I am having trouble in building slide from the source,
>  I run build.bat, it does not do much, only a list of echo messages
>  But If I run
>   build.bat dist
> I got the following message
> I have the JAVA_HOME setup right. I wonder if I miss anything here
> Thanks for the help.
>
> "..
>      [echo] Building Slide Core API
>     [javac] Compiling 110 source files to
> C:\cygwin\home\administrator\build\sli
> de\classes
>
> BUILD FAILED
>
> C:\cygwin\home\administrator\jakarta-slide\build.xml:176: Cannot use
classic
> com
> piler, as it is not available A common solution is to set the environment
> variab
> le JAVA_HOME to your jdk directory.
> "

I never tried to use Java with Cygwin, so I don't know. Any Cygwin (and
Java) user who compiles his Java programs under Cygwin out there ?

Remy