Bonjour, je viens vers vous car j'ai un problème avec le remote debug de la jvm.
quand je lance mon programme avec la ligne de commande suivante:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
 
/usr/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000 -classpath :/etc/apache/ftpserver/bin/./../common/classes:/etc/apache/ftpserver/bin/./../common/lib/aopalliance-1.0.jar:/etc/apache/ftpserver/bin/./../common/lib/ftplet-api-1.0.5.jar:/etc/apache/ftpserver/bin/./../common/lib/ftpserver-core-1.0.5.jar:/etc/apache/ftpserver/bin/./../common/lib/jcl-over-slf4j-1.5.2.jar:/etc/apache/ftpserver/bin/./../common/lib/log4j-1.2.14.jar:/etc/apache/ftpserver/bin/./../common/lib/mina-core-2.0.0-RC1.jar:/etc/apache/ftpserver/bin/./../common/lib/slf4j-api-1.5.2.jar:/etc/apache/ftpserver/bin/./../common/lib/slf4j-log4j12-1.5.2.jar:/etc/apache/ftpserver/bin/./../common/lib/spring-beans-2.5.5.jar:/etc/apache/ftpserver/bin/./../common/lib/spring-context-2.5.5.jar:/etc/apache/ftpserver/bin/./../common/lib/spring-core-2.5.5.jar org.apache.ftpserver.main.CommandLine
mon programme se lance bien mais commence sans attendre la connexion remote. De plus quand je fais un je ne voie pas le port 8000 ouvert. D'où peut venir le problème ?

merci.