[Bug 564] NetX depends on sun.misc.BASE64Encoder
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Wed Oct 5 23:57:48 PDT 2011
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=564
JiriVanek <jvanek at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jvanek at redhat.com
Status|NEW |ASSIGNED
--- Comment #6 from JiriVanek <jvanek at redhat.com> 2011-10-06 06:57:48 ---
I would like to solve it - apache-commons-codec package which contains
base64encoder ara avaiable for fedora since f14. But aren't for rhel5 not even
for rhel6.
So I would like to introduce Interface providing base64encoding, and factory
method which returns instance based on classpath (if apache implementation will
be available then it will use it, otherwise it will use sun-misc. In case that
none exists, it will use some dummy throwing exception when used).
For this purposes I suggest using of runtime Class.forName instead of autotools
and generated classes.
--
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the distro-pkg-dev
mailing list