I have made an extension in Java using LOEclipse (A plugin for Eclipse).
I have tried to debug with “Debug As”->“LibreOffice Extension” my application but I get in Eclipse
java.net.BindException: Address already in use: bind
…
I have tried to add
-Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n
for the JRE used in LO.
Nothing helps what should I do?