Galipoli Geschrieben 29. September 2008 Teilen Geschrieben 29. September 2008 Hallo erstmal, Ich hoffe ich bin hier richtig. Das ist mein erster Beitrag hier im Forum. Also zu meinem Problem Ich versuche seid tagen auf einem Linux Server Open-xchange zu installieren. auf dem server läuft Ubuntu Server 8.04 hardy auf den ich per apt-get eine GUI geladen habe. Ich versuche open-xchange 0.8.8 zu installieren . Ich habe auch schon viele pakete installiert die ich nach einer Anleitung brauche. ähm darf ich hier einfach einen link zu ner anleitung in einem anderen Forum posten? also ich führe erstmal folgenden befehl als root aus: ./configure \ --prefix=/opt/openxchange \ --enable-webdav \ --enable-doc \ --with-mailjar=/usr/local/lib/mail.jar \ --with-activationjar=/usr/local/lib/activation.jar \ --with-jdomjar=/usr/local/lib/jdom.jar \ --with-jsdkjar=/usr/local/lib/servlet-api.jar \ --with-jdbcjar=/usr/local/lib/pgsql.jar \ --with-dbname=openxchange \ --with-dbuser=openxchange \ --with-dbpass=secret \ --with-runuid=nobody \ --with-rungid=nogroup \ --with-domain=server.de \ --with-organization="server.de" \ --with-basedn=dc=server,dc=de \ --with-rootdn=cn=admin,dc=server,dc=de \ --with-rootpw=secret \ --with-htdocsdir=/usr/local/apache2/htdocs \ --with-cgibindir=/usr/local/apache2/cgi-bin das läuft nach einiger fummelei auch eig durch : checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes /root/software/ox/open-xchange-0.8.8-0/config/missing: Unknown `--run' option Try `/root/software/ox/open-xchange-0.8.8-0/config/missing --help' for more information configure: WARNING: `missing' script is too old or missing checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking whether make sets $(MAKE)... (cached) yes checking for a BSD-compatible install... /usr/bin/install -c checking for java... /usr/bin/java checking for jikes... /usr/bin/jikes checking for jar... /usr/bin/jar checking for ant... /usr/bin/ant checking for javah... /usr/bin/javah checking for sudo... /usr/bin/sudo checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for a sed that does not truncate output... /bin/sed checking for egrep... grep -E checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for g77... g77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether g77 accepts -g... yes checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc static flag works... yes checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool checking for pthread_mutex_lock in -lpthread... yes checking for pthread_mutex_lock in -lpthreads... no checking for socket in -lsocket... no checking for _xti_accept in -lnsl... no checking for an ANSI C-conforming const... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for sys/types.h... (cached) yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking netinet/tcp.h usability... yes checking netinet/tcp.h presence... yes checking for netinet/tcp.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking for unistd.h... (cached) yes checking for string.h... (cached) yes Buildfile: OX_COMPILE_CHECK.xml test_connection: [javac] Compiling 1 source file [java] Searching for database driver org.postgresql.Driver ... found. configure: WARNING: database check ... failed configure: creating ./config.status config.status: creating build.xml config.status: creating tomcat.xml config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/misc/Makefile config.status: creating src/misc/login/login.pm config.status: creating src/misc/ssl/Makefile config.status: creating javabuild/Makefile config.status: creating bin/groupware/openexchange-groupware config.status: creating bin/webmail/openexchange-webmail config.status: creating bin/groupware/openexchange-sessiond config.status: creating sbin/addgroup_ox config.status: creating sbin/addresource_ox config.status: creating sbin/addresourcegroup_ox config.status: creating sbin/addresourcetogroup_ox config.status: creating sbin/adduser_ox config.status: creating sbin/addusersql_ox config.status: creating sbin/addusertogroup_ox config.status: creating sbin/changeuserattr_ox config.status: creating sbin/changecyruspass_ox config.status: creating sbin/delgroup_ox config.status: creating sbin/delresource_ox config.status: creating sbin/delresourcefromgroup_ox config.status: creating sbin/delresourcegroup_ox config.status: creating sbin/deluser_ox config.status: creating sbin/deluserfromgroup_ox config.status: creating sbin/correctfilespool config.status: creating sbin/dbinit_ox config.status: creating sbin/removedocuments_ox config.status: creating system/etc/init.d/groupware config.status: creating system/etc/init.d/webmail config.status: creating system/etc/init.d/sessiond config.status: creating system/etc/init.d/openexchange config.status: creating system/servlet/web.xml config.status: creating system/umin/oxuserminconfig.properties config.status: creating conf/groupware/system.properties config.status: creating conf/groupware/server.conf config.status: creating conf/webmail/server.conf config.status: creating conf/webmail/system.properties config.status: creating conf/admintools.conf config.status: creating system/setup/init_ldap.ldif config.status: creating src/com/openexchange/server/Version.java config.status: executing depfiles commands das wars sieht ja eigentlich auch gut aus Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen Mehr Optionen zum Teilen...
Galipoli Geschrieben 29. September 2008 Autor Teilen Geschrieben 29. September 2008 (bearbeitet) wenn ich dann aber sage make dann kommt folgendes: Making all in javabuild make[1]: Entering directory `/root/software/ox/open-xchange-0.8.8-0/javabuild' /usr/bin/ant -f ../build.xml Buildfile: ../build.xml init: [mkdir] Created dir: /root/software/ox/open-xchange-0.8.8-0/build [mkdir] Created dir: /root/software/ox/open-xchange-0.8.8-0/build/META-INF [mkdir] Created dir: /root/software/ox/open-xchange-0.8.8-0/lib [mkdir] Created dir: /root/software/ox/open-xchange-0.8.8-0/info/java compilewebdav: [javac] Compiling 624 source files to /root/software/ox/open-xchange-0.8.8-0/build [javac] Found 50 semantic errors compiling "/root/software/ox/open-xchange-0.8.8-0/src/com/openexchange/api/MultiResultSet.java": [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "void updateNClob(java.lang.String $1, java.io.Reader $2) throws java.sql.SQLException;", inherited from type "java.sql.ResultSet", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "void updateNClob(int $1, java.io.Reader $2) throws java.sql.SQLException;", inherited from type "java.sql.ResultSet", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "void updateClob(java.lang.String $1, java.io.Reader $2) throws java.sql.SQLException;", inherited from type "java.sql.ResultSet", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "void updateClob(int $1, java.io.Reader $2) throws java.sql.SQLException;", inherited from type "java.sql.ResultSet", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "void updateBlob(java.lang.String $1, java.io.InputStream $2) throws java.sql.SQLException;", inherited from type "java.sql.ResultSet", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "void updateBlob(int $1, java.io.InputStream $2) throws java.sql.SQLException;", inherited from type "java.sql.ResultSet", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "void updateCharacterStream(java.lang.String $1, java.io.Reader $2) throws java.sql.SQLException;", inherited from type "java.sql.ResultSet", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "void updateBinaryStream(java.lang.String $1, java.io.InputStream $2) throws java.sql.SQLException;", inherited from type "java.sql.ResultSet", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "void updateAsciiStream(java.lang.String $1, java.io.InputStream $2) throws java.sql.SQLException;", inherited from type "java.sql.ResultSet", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "void updateCharacterStream(int $1, java.io.Reader $2) throws java.sql.SQLException;", inherited from type "java.sql.ResultSet", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "void updateBinaryStream(int $1, java.io.InputStream $2) throws java.sql.SQLException;", inherited from type "java.sql.ResultSet", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "void updateAsciiStream(int $1, java.io.InputStream $2) throws java.sql.SQLException;", inherited from type "java.sql.ResultSet", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "void updateNCharacterStream(java.lang.String $1, java.io.Reader $2) throws java.sql.SQLException;", inherited from type "java.sql.ResultSet", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "void updateNCharacterStream(int $1, java.io.Reader $2) throws java.sql.SQLException;", inherited from type "java.sql.ResultSet", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "void updateNClob(java.lang.String $1, java.io.Reader $2, long $3) throws java.sql.SQLException;", inherited from type "java.sql.ResultSet", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "void updateNClob(int $1, java.io.Reader $2, long $3) throws java.sql.SQLException;", inherited from type "java.sql.ResultSet", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "void updateClob(java.lang.String $1, java.io.Reader $2, long $3) throws java.sql.SQLException;", inherited from type "java.sql.ResultSet", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "void updateClob(int $1, java.io.Reader $2, long $3) throws java.sql.SQLException;", inherited from type "java.sql.ResultSet", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "void updateBlob(java.lang.String $1, java.io.InputStream $2, long $3) throws java.sql.SQLException;", inherited from type "java.sql.ResultSet", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "void updateBlob(int $1, java.io.InputStream $2, long $3) throws java.sql.SQLException;", inherited from type "java.sql.ResultSet", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "void updateCharacterStream(java.lang.String $1, java.io.Reader $2, long $3) throws java.sql.SQLException;", inherited from type "java.sql.ResultSet", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "void updateBinaryStream(java.lang.String $1, java.io.InputStream $2, long $3) throws java.sql.SQLException;", inherited from type "java.sql.ResultSet", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". Bearbeitet 29. September 2008 von Galipoli Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen Mehr Optionen zum Teilen...
Galipoli Geschrieben 29. September 2008 Autor Teilen Geschrieben 29. September 2008 (bearbeitet) [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "void updateAsciiStream(java.lang.String $1, java.io.InputStream $2, long $3) throws java.sql.SQLException;", inherited from type "java.sql.ResultSet", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "void updateCharacterStream(int $1, java.io.Reader $2, long $3) throws java.sql.SQLException;", inherited from type "java.sql.ResultSet", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "void updateBinaryStream(int $1, java.io.InputStream $2, long $3) throws java.sql.SQLException;", inherited from type "java.sql.ResultSet", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "void updateAsciiStream(int $1, java.io.InputStream $2, long $3) throws java.sql.SQLException;", inherited from type "java.sql.ResultSet", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "void updateNCharacterStream(java.lang.String $1, java.io.Reader $2, long $3) throws java.sql.SQLException;", inherited from type "java.sql.ResultSet", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "void updateNCharacterStream(int $1, java.io.Reader $2, long $3) throws java.sql.SQLException;", inherited from type "java.sql.ResultSet", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "java.io.Reader getNCharacterStream(java.lang.String $1) throws java.sql.SQLException;", inherited from type "java.sql.ResultSet", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "java.io.Reader getNCharacterStream(int $1) throws java.sql.SQLException;", inherited from type "java.sql.ResultSet", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "java.lang.String getNString(java.lang.String $1) throws java.sql.SQLException;", inherited from type "java.sql.ResultSet", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "java.lang.String getNString(int $1) throws java.sql.SQLException;", inherited from type "java.sql.ResultSet", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "void updateSQLXML(java.lang.String $1, java.sql.SQLXML $2) throws java.sql.SQLException;", inherited from type "java.sql.ResultSet", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "void updateSQLXML(int $1, java.sql.SQLXML $2) throws java.sql.SQLException;", inherited from type "java.sql.ResultSet", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "java.sql.SQLXML getSQLXML(java.lang.String $1) throws java.sql.SQLException;", inherited from type "java.sql.ResultSet", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "java.sql.SQLXML getSQLXML(int $1) throws java.sql.SQLException;", inherited from type "java.sql.ResultSet", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "java.sql.NClob getNClob(java.lang.String $1) throws java.sql.SQLException;", inherited from type "java.sql.ResultSet", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "java.sql.NClob getNClob(int $1) throws java.sql.SQLException;", inherited from type "java.sql.ResultSet", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". Bearbeitet 29. September 2008 von Galipoli Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen Mehr Optionen zum Teilen...
Galipoli Geschrieben 29. September 2008 Autor Teilen Geschrieben 29. September 2008 (bearbeitet) [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "void updateNClob(java.lang.String $1, java.sql.NClob $2) throws java.sql.SQLException;", inherited from type "java.sql.ResultSet", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "void updateNClob(int $1, java.sql.NClob $2) throws java.sql.SQLException;", inherited from type "java.sql.ResultSet", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "void updateNString(java.lang.String $1, java.lang.String $2) throws java.sql.SQLException;", inherited from type "java.sql.ResultSet", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "void updateNString(int $1, java.lang.String $2) throws java.sql.SQLException;", inherited from type "java.sql.ResultSet", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "boolean isClosed() throws java.sql.SQLException;", inherited from type "java.sql.ResultSet", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "int getHoldability() throws java.sql.SQLException;", inherited from type "java.sql.ResultSet", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "void updateRowId(java.lang.String $1, java.sql.RowId $2) throws java.sql.SQLException;", inherited from type "java.sql.ResultSet", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "void updateRowId(int $1, java.sql.RowId $2) throws java.sql.SQLException;", inherited from type "java.sql.ResultSet", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "java.sql.RowId getRowId(java.lang.String $1) throws java.sql.SQLException;", inherited from type "java.sql.ResultSet", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "java.sql.RowId getRowId(int $1) throws java.sql.SQLException;", inherited from type "java.sql.ResultSet", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "boolean isWrapperFor(java.lang.Class $1) throws java.sql.SQLException;", inherited from type "java.sql.Wrapper", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". [javac] 79. public class MultiResultSet implements ResultSet { [javac] ^------------^ [javac] *** Semantic Error: The abstract method "java.lang.Object unwrap(java.lang.Class $1) throws java.sql.SQLException;", inherited from type "java.sql.Wrapper", is not implemented in the non-abstract class "com.openexchange.api.MultiResultSet". BUILD FAILED /root/software/ox/open-xchange-0.8.8-0/build.xml:57: Compile failed; see the compiler error output for details. Total time: 7 seconds make[1]: *** [java] Error 1 make[1]: Leaving directory `/root/software/ox/open-xchange-0.8.8-0/javabuild' make: *** [all-recursive] Error 1 das sieht dann garnicht mehr gut aus. Ich habe alles möglich von JAVA installiert und ich bin jetzt einfach ratlos :confused: Ich hoffe mir kann jemand helfen. und wenn ich hier falsch bin bitte verschieben. Danke im vorraus Sry wegen den vielen teilen aber es waren zu viele zeichen Bearbeitet 29. September 2008 von Galipoli Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen Mehr Optionen zum Teilen...
Empfohlene Beiträge
Dein Kommentar
Du kannst jetzt schreiben und Dich später registrieren. Wenn Du ein Konto hast, melde Dich jetzt an, um unter Deinem Benutzernamen zu schreiben.