Java in a Nutshell, 5th Edition [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Java in a Nutshell, 5th Edition [Electronic resources] - نسخه متنی

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید


jsadebugdDaemon process for remote debugging


Synopsis


jsadebugd pid [ process-name ] // running process
jsadebugd executable core [ process-name ] // core file

Description


jsadebugd

is a server process that allows
remote invocations of

jinfo ,

jmap , and

jstack on a local
Java process or core file. Invoke

jsadebugd by
specifying either the process id of a running Java process or an
executable file and core file pair on the command line. If more than
one

jsadebugd server will run on the same host
at the same time, follow these arguments with an identifying process
name that remote clients can use to identify the desired process.

jsadebugd starts the

rmiregistry server.

In Java 5.0,

jsadebugd is experimental,
unsupported, and not available on all platforms.

See also


jinfo ,

jmap ,

jstack


    / 1191