Hi,

Trying to use JDEbug with jde-db-option-verbose set to (t nil nil), to 
log the loading of the classes, I just get an invalid call to javaw :

        javaw.exe -classpath mypath -v mymainclass

Javaw complains about the invalid "-v" option. It is generated by 
jde-db.el, in method jde-db-verbose-args, line 1140 :

     (if print-classes-loaded
        (add-to-list 'options "-v"))   <<<---- HERE

     (if print-memory-freed
        (add-to-list 'options "-verbosegc"))

     (if print-jni-info
        (add-to-list options "-verbosejni"))

replacing the line with
        (add-to-list 'options "-verbose"))
or with
        (add-to-list 'options "-verbose:class"))
fixes the problem.

Hope this helps
Bye,
/Hervé

-- 
                      Email  : [EMAIL PROTECTED]
  Hervé BITTEUR       Office : +33 1.34.03.01.12
  EMEA IT Architect   Mobile : +33 6.86.49.04.14
    ____ ____ __      Fax    : +33 1.34.03.03.06
   / __// / //  \       
  _\_ \/ / // / /     SUN Microsystems FRANCE           
  \___/\__//_/_/      13, avenue Morane Saulnier                
   Microsystems      78142 Vélizy cedex France

Reply via email to