[ImageJ-bugs] [Bug 1101] Error message appears: Warning: Could not get charToByteConverterClass!

bugzilla at fiji.sc bugzilla at fiji.sc
Tue Jun 30 10:36:24 CDT 2015


http://fiji.sc/bugzilla/show_bug.cgi?id=1101

Mark Hiner <hinerm at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hinerm at gmail.com

--- Comment #4 from Mark Hiner <hinerm at gmail.com> ---
Looks like something is using deprecated pre-java 7 API. See:
http://stackoverflow.com/questions/10444129/java-class-chartobyteconverter-type-deprecated

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:
http://imagej.net/FAQ#On_Windows

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://imagej.net/pipermail/imagej-bugs/attachments/20150630/c03425aa/attachment.html>


More information about the Imagej-bugs mailing list