Eclipse debugger problem
hi all,
i have a problem and search everwhere else here, so i think it is better to discuss it here also,
i try to run debug mode in eclipse but not succeeded, i run the debug long ago but not know.
i hknow this is not maybe right place but i think i will get answer quickly here.
i am using jdk1.5 and eclipse 3.2 , xp.
and this is the exception , thanx for now on.
java.net.BindException: Address already in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
at java.net.ServerSocket.bind(ServerSocket.java:319)
at java.net.ServerSocket.<init>(ServerSocket.java:185)
at java.net.ServerSocket.<init>(ServerSocket.java:97)
at org.eclipse.jdi.internal.connect.SocketTransportService.startListening(SocketTr ansportService.java:275)
at org.eclipse.jdi.internal.connect.SocketTransportImpl.startListening(SocketTrans portImpl.java:47)
at org.eclipse.jdi.internal.connect.SocketListeningConnectorImpl.startListening(So cketListeningConnectorImpl.java:108)
at org.eclipse.jdt.internal.launching.StandardVMDebugger.run(StandardVMDebugger.ja va:202)
at org.eclipse.jdt.launching.JavaLaunchDelegate.launch(JavaLaunchDelegate.java:101 )
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration. java:639)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration. java:565)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:7 54)
at org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:944)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)

