I attempted a quick update of Azureus to 2.5.0.2. It has a new dependency on Java 1.5 (2.5.0.0 only required Java 1.4) and due to that, I'm going to delay Azureus 2.5.0.2 until etch is released.
Cheers, Shaun javac -source 1.5 -target 1.5 -encoding ISO-8859-1 -nowarn -classpath .:/usr/share/java/commons-cli.jar:/usr/share/java/log4j-1.2.jar:/usr/share/java/seda.jar:/usr/share/java/swt.jar:/usr/share/java/junit.jar com/aelitis/azureus/core/monitoring/thread/AEThreadMonitor.java ---------- 1. ERROR in com/aelitis/azureus/core/monitoring/thread/AEThreadMonitor.java (at line 187) Map<Long,Long> last_times = new HashMap<Long,Long>(); ^^^ The type Map is not generic; it cannot be parameterized with arguments <Long, Long> ---------- 2. ERROR in com/aelitis/azureus/core/monitoring/thread/AEThreadMonitor.java (at line 187) Map<Long,Long> last_times = new HashMap<Long,Long>(); ^^^^^^^ The type HashMap is not generic; it cannot be parameterized with arguments <Long, Long> ... On 1/14/07, Andreas Eriksson <[EMAIL PROTECTED]> wrote:
Package: azureus Version: 2.5.0.0+0-1 Severity: wishlist There is a new version of azureus out, 2.5.0.2. Please update debian to have this version. Just replacing the .jar with the new one doesn't seem to work, when I try azureus to run it after doing that I get: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/log4j/Layout
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]