hallo wollte unter Suse11 das open-xchange-admin-gui installieren, habe jetzt allderdings noch eine Fehlermeldung wo ich nicht nicht weiterkomme kann mir da jemand weiterhelfen?
ant -q -lib /opt/open-xchange/bundles/:/opt/open-xchange/bundles/com.openexchange.common/lib/ -Dlib.dir=/opt/open-xchange/lib install
[javac] /tmp/admingui/open-xchange-admin-gui-ee/src/com/openexchange/admin/ajax/AJAXServlet.java:72: cannot access com.openexchange.admin.rmi.dataobjects.Credentials
[javac] bad class file: /opt/open-xchange/bundles/open_xchange_admin.jar(com/openexchange/admin/rmi/dataobjects/Credentials.class)
[javac] class file has wrong version 50.0, should be 49.0
[javac] Please remove or make sure it appears in the correct subdirectory of the classpath.
[javac] import com.openexchange.admin.rmi.dataobjects.Credentials ;
[javac] ^
[javac] 1 error
BUILD FAILED
/tmp/admingui/open-xchange-admin-gui-ee/build.xml:50: Compile failed; see the compiler error output for details.
Total time: 1 second
ant -q -lib /opt/open-xchange/bundles/:/opt/open-xchange/bundles/com.openexchange.common/lib/ -Dlib.dir=/opt/open-xchange/lib install
[javac] /tmp/admingui/open-xchange-admin-gui-ee/src/com/openexchange/admin/ajax/AJAXServlet.java:72: cannot access com.openexchange.admin.rmi.dataobjects.Credentials
[javac] bad class file: /opt/open-xchange/bundles/open_xchange_admin.jar(com/openexchange/admin/rmi/dataobjects/Credentials.class)
[javac] class file has wrong version 50.0, should be 49.0
[javac] Please remove or make sure it appears in the correct subdirectory of the classpath.
[javac] import com.openexchange.admin.rmi.dataobjects.Credentials ;
[javac] ^
[javac] 1 error
BUILD FAILED
/tmp/admingui/open-xchange-admin-gui-ee/build.xml:50: Compile failed; see the compiler error output for details.
Total time: 1 second
Comment