when I try to debug a java program, it says: "Unable to find free socket for debugger in eclipse". Could you explain how to resolve the error?
As in this thread, you can explicitly specify the JVM path that you use to execute eclipse .The following is an example of eclipse.ini .
eclipse.ini
Common checks (some of the features of Windows):
turn off the vista firewall (it was not activated, to be precise)add a firewall rule for java.exe / javaw.exe / eclipse.exe and activate it (just make sure it does not interfere even though it has been disabled)disabled my antivirus (avira antivir)launched eclipse as administratordisabled UACactivated / deactivated wired and wireless network interfaceschanged network interface prioritiesused different jvms (1.6 and 1.7)created a completely new workspace
java.exe
javaw.exe
eclipse.exe
I found a solution (at least in my case).
Eclipse was installed on the companyβs shared drive, as soon as I moved it to my local C drive, everything worked fine.
Source: https://habr.com/ru/post/1304056/More articles:Keyboard Input and Win32 Message Connector - c ++Help with animation - jqueryHow to use Netbeans platform syntax highlighting with JEditorPane? - swingR-hight coding - for loop exception - loopsSQL distance query optimization - sqlIn WPF, how to define a data template in case of enumeration? - enumsHow do I know the original username from which the process started? - linuxPrepare your site images for indexing Google images. - search-engineAre multiple iterators possible in php? - iteratorWhat are some examples of where using parentheses in a program reduces readability? - programming-languages ββ| fooobar.comAll Articles