Volledige versie bekijken : azureus



sandro
3 April 2008, 12:46
hallo ik heb proberen azureus te downloaden maar hij wilt deze niet installeren.
ik zit met de vista versie en de extensie van het progje dak wilt daownloaden is met een extensie windows.exe
is dat omdat vista deze niet ondersteunt?
weet er hier iemand hoe ik da probleem kan aanpakken

mvg sandro

sandro
7 April 2008, 19:17
echt niemand die mij kan helpen

Mosquitos
7 April 2008, 19:58
echt niemand die mij kan helpen

http://azureus.sourceforge.net/howto_win.php

1) Install JRE from here (http://java.com/en/download/index.jsp?cid=jdp84244).

2) Install latest setup.exe from here (http://sourceforge.net/project/showfiles.php?group_id=84122).

3) Start Azureus.exe.
If Azureus window does not show up after a minute, or if it immediately terminates, try starting with the debug .exe available from
http://azureus.sourceforge.net/download/Azureus-debug.exe (http://azureus.sourceforge.net/download/Azureus-debug.exe) Starting manually:

java -classpath swt.jar;Azureus2.jar org.gudy.azureus2.ui.swt.Main If Azureus starts without any exception stack traces, you can replace java by javaw and just use this shortcut/batch for starting Azureus:

javaw -classpath swt.jar;Azureus2.jar org.gudy.azureus2.ui.swt.Main Batch File:
start javaw -classpath swt.jar;Azureus2.jar org.gudy.azureus2.ui.swt.Main If the problem still remains, you should use the batch file, java instead of javaw and an absolute path to java.exe (C:\jre1.4.1\bin\java.exe, for example).
C:\jre1.4.1\bin\java.exe -classpath swt.jar;Azureus2.jar org.gudy.azureus2.ui.swt.Main
pause