<html>
    <head>
      <base href="http://fiji.sc/bugzilla/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:hinerm@gmail.com" title="Mark Hiner <hinerm@gmail.com>"> <span class="fn">Mark Hiner</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEEDSINFO "
   title="NEEDSINFO - Error message appears: Warning: Could not get charToByteConverterClass!"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=1101">bug 1101</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;">CC</td>
           <td>
                
           </td>
           <td>hinerm@gmail.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDSINFO "
   title="NEEDSINFO - Error message appears: Warning: Could not get charToByteConverterClass!"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=1101#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEEDSINFO "
   title="NEEDSINFO - Error message appears: Warning: Could not get charToByteConverterClass!"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=1101">bug 1101</a>
              from <span class="vcard"><a class="email" href="mailto:hinerm@gmail.com" title="Mark Hiner <hinerm@gmail.com>"> <span class="fn">Mark Hiner</span></a>
</span></b>
        <pre>Looks like something is using deprecated pre-java 7 API. See:
<a href="http://stackoverflow.com/questions/10444129/java-class-chartobyteconverter-type-deprecated">http://stackoverflow.com/questions/10444129/java-class-chartobyteconverter-type-deprecated</a>

I believe this class has been removed in Java 8, which is why it can't be
found.

As a short-term workaround you can try launching with Java 7:
<a href="http://imagej.net/FAQ#On_Windows">http://imagej.net/FAQ#On_Windows</a>

The long-term resolution is to identify the location(s) where this class is
referenced and update them to use java.nio.charset, to be Java 8-compatible.</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>