03-20-2019 01:09 PM
Hi,
I'm working with SDK 4 and latest acs version.
I tried to connect to remote debug using eclipse and I can't.
Versión 6.0.7-ga works fine.
Can someone help me??
Thanks
Alberto D.
03-22-2019 04:03 AM
Solved.
Since Java 9.0 JDWP supports only local connections by default.http://www.oracle.com/technetwork/java/javase/9-notes-3745703.html#JDK-8041435
For remote debugging one should run program with *:
in address:
-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:8000
Regards,
Alberto D.
03-22-2019 04:03 AM
Solved.
Since Java 9.0 JDWP supports only local connections by default.http://www.oracle.com/technetwork/java/javase/9-notes-3745703.html#JDK-8041435
For remote debugging one should run program with *:
in address:
-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:8000
Regards,
Alberto D.
Explore our Alfresco products with the links below. Use labels to filter content by product module.