You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Oliver Deakin (JIRA)" <ji...@apache.org> on 2008/02/22 13:06:25 UTC

[jira] Created: (HARMONY-5544) [classlib][launcher] Cannot launch with -agentlib and no class specified

[classlib][launcher] Cannot launch with -agentlib and no class specified
------------------------------------------------------------------------

                 Key: HARMONY-5544
                 URL: https://issues.apache.org/jira/browse/HARMONY-5544
             Project: Harmony
          Issue Type: Bug
          Components: Classlib
            Reporter: Oliver Deakin


Trying to launch a JDWP connection to a waiting server with:
java -agentlib:jdwp=transport=dt_socket,server=n,address=8888

on Harmony just exits printing the command line help.  You have to specify a class name for the launcher to actually create the VM (which subsequently initialises the JDWP module).
On the RI a class name is not required when launching with -agentlib.

Discussed on the dev list:
http://mail-archives.apache.org/mod_mbox/harmony-dev/200802.mbox/%3c47BE9745.5050602@googlemail.com%3e

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.