puniverse / capsule

Dead-Simple Packaging and Deployment for JVM Apps
http://capsule.io
Eclipse Public License 1.0
1.15k stars 100 forks source link

A problem with remote debug #112

Closed st0nx closed 7 years ago

st0nx commented 7 years ago

I have a problem when I am trying run the "fat" capsule with remote debug arguments. Capsule occupy my debug port and my application throw " Port already in use". It throw when you want open a JMX port too.

pron commented 7 years ago

Try passing the arguments that must go only to the app process with -Dcapsule.jvm.args="...".