Hi, Java options need to come before -jar.
Ian On Friday, August 16, 2013, Dishara Wijewardana wrote: > Hi all, > How can I do $subject? I have tried following but it doesn't wait on the > given port for me to attach the source code to remote debug. > > - sudo java -jar org.apache.sling.launchpad-7-SNAPSHOT-standalone.jar > -agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5005 > > - java -jar org.apache.sling.launchpad-7-SNAPSHOT-standalone.jar -Xdebug > -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=1044 > > > > -- > Thanks > /Dishara >
