<html>
    <head>
      <base href="http://fiji.sc/bugzilla/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:jerome.mutterer@gmail.com" title="jerome <jerome.mutterer@gmail.com>"> <span class="fn">jerome</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_CONFIRMED "
   title="CONFIRMED - broken plugin action bar (icons missing)"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=839">bug 839</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>CONFIRMED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_CONFIRMED "
   title="CONFIRMED - broken plugin action bar (icons missing)"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=839#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_CONFIRMED "
   title="CONFIRMED - broken plugin action bar (icons missing)"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=839">bug 839</a>
              from <span class="vcard"><a class="email" href="mailto:jerome.mutterer@gmail.com" title="jerome <jerome.mutterer@gmail.com>"> <span class="fn">jerome</span></a>
</span></b>
        <pre>I can confirm that after a recent FIJI/IMAGEJ2 update, actionbars cannot fnd
their icons any more. In the ActionBar plugin, the icon path is built from info
in the configuration file and finally looks like this:

"icons/_test/test.png"
then I used the following to get it's URL:
imageURL = Action_Bar.class.getResource(imgLocation);
This used to work fine and return a valid URL for the icon located in
plugins/ActionBar/icons/_test/test.png but now returns NULL.

Thanks for any pointer about how I could work around this while also keeping it
working with IJ1.

Jerome</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>