On Fri, Nov 14, 2008 at 10:36 AM, Matthew Brand <[EMAIL PROTECTED]> wrote: > I have managed to get Damn Small Linux (DSL) working, but it complains > that the Jconsole binary cannot be executed.
Try: chmod 755 jconsole This will set the execute permission bit (and provide reasonable values for the other permissions bits). If that does not work, try strace jconsole 2>&1 | grep E This will give you some details on error conditions arising from your dsl installation. (You can typically ignore some errors -- use your own judgement here.) -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
