<html>
    <head>
      <base href="http://fiji.sc/bugzilla/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Exception when running from the command line"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=964#c10">Comment # 10</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Exception when running from the command line"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=964">bug 964</a>
              from <span class="vcard"><a class="email" href="mailto:l.deschenaux@foxel.ch" title="Luc Deschenaux <l.deschenaux@foxel.ch>"> <span class="fn">Luc Deschenaux</span></a>
</span></b>
        <pre>Maybe there's no more --run option but it still does in the ImageJ-linux64
--help output:
  --run <plugin> [<arg>]
        run <plugin> in ImageJ, optionally with arguments

With '-run' I was not able to pass parameters and ImageJ does not exit on
headless exception (occuring when a specified path is missing and the file
dialog is instantiated).

Using '-macro' ImageJ does not exit on headless exception neither
('run("Quit");' did not help) and using '-batch' ImageJ get stuck with 100% CPU
usage ...

However at first glance it seems that running the plugin from a jython script
with 'ImageJ-linux64 --headless <script>' is working - parameters can be
specified and ImageJ exits on failure - so I can survive without '--run'.

Thanks for all :-)</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>