Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

web console not working with jdk 1.7 #133

Closed
adelcourt opened this issue Jun 6, 2016 · 1 comment
Closed

web console not working with jdk 1.7 #133

adelcourt opened this issue Jun 6, 2016 · 1 comment

Comments

@adelcourt
Copy link

adelcourt commented Jun 6, 2016

hi ,
i'm migrating from version 1.4 to 1.5.1 and the web console cannot loading with jdk 1.7

java.lang.NoClassDefFoundError: java/util/Base64
at org.ff4j.web.console.ImageProvider.fromFileToBase64(ImageProvider.java:95)
at org.ff4j.web.console.ImageProvider.getImage(ImageProvider.java:119)
at org.ff4j.web.console.ImageProvider.addImageToContext(ImageProvider.java:138)

we are actualy stuck with jdk 1.7 (Weblogic ...) it's possible to use a more compliant base 64 encoder whith older environement ?
some possibility : http://stackoverflow.com/questions/14413169/which-java-library-provides-base64-encoding-decoding

@clun clun added the bug label Jun 6, 2016
@clun clun added this to the 1.5.2 milestone Jun 6, 2016
@clun clun self-assigned this Jun 6, 2016
@clun
Copy link
Collaborator

clun commented Jun 6, 2016

We should be compliant with JDK1.6. I reinstall a JDK1.6 and change the IMageProvider to be compliant.

@clun clun removed their assignment Jun 6, 2016
@clun clun closed this as completed Oct 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants