Open-Xchange Groupware Installation

Postfix, QMail, Sendmail, Dovecot, Cyrus, Courier, Anti-Spam
xamibor
Posts: 211
Joined: 2003-03-11 16:52
 

Open-Xchange Groupware Installation

Post by xamibor »

hi,

weiß jetzt nicht ob das hier hin gehört.

habe Probleme bei der installation von Open-Xchange.

nach dem ich den Befehl:

Code: Select all

ant -Dlib.dir=/opt/open-xchange/lib install
bekomme ich folgende Fehlermeldung

Code: Select all

compile:
    [javac] Compiling 1017 source files to /tmp/open-xchange/build
    [javac] javac: invalid target release: 1.5
    [javac] Usage: javac <options> <source files>
    [javac] where possible options include:
    [javac]   -g                        Generate all debugging info
    [javac]   -g:none                   Generate no debugging info
    [javac]   -g:{lines,vars,source}    Generate only some debugging info
    [javac]   -nowarn                   Generate no warnings
    [javac]   -verbose                  Output messages about what the compiler is doing
    [javac]   -deprecation              Output source locations where deprecated APIs are used
    [javac]   -classpath <path>         Specify where to find user class files
    [javac]   -sourcepath <path>        Specify where to find input source files
    [javac]   -bootclasspath <path>     Override location of bootstrap class files
    [javac]   -extdirs <dirs>           Override location of installed extensions
    [javac]   -d <directory>            Specify where to place generated class files
    [javac]   -encoding <encoding>      Specify character encoding used by source files
    [javac]   -source <release>         Provide source compatibility with specified release
    [javac]   -target <release>         Generate class files for specific VM version
    [javac]   -help                     Print a synopsis of standard options

leider weiß ich nicht was "javac" und in welchem RPM paket dieser Befhel evtl. enthalten ist .. kann mir da jemand eine tipp geben.?

Gruß
Roger Wilco
Posts: 5923
Joined: 2004-05-23 12:53
 

Re: Open-Xchange Groupware Installation

Post by Roger Wilco »

Der Java-Compiler ist im JDK vorhanden (Achtung: JRE!=JDK).
Allerdings bedeutet die Meldung, dass du den javac in einer falschen Version installiert hast.