Hi, all, maybe such question shouldn't be post here. but I really need some help.
I want to remot debug an application, so I run the following command:(Linux, JDK1.2.2):

java  -Xdebug -Xbootclasspath:$JAVA_HOME/lib/tools.jar:$JAVA_HOME/jre/lib/rt.jar \
      -Djava.compiler=NONE  TestRuntime

It outputed an agent password. but I can't find any process related to it running on 
backgroud.  Also I find it exit(0) using strace, it should normally exit.

Can anybody tell me why? thanks in advance.

Tonny.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to