Skip to content

Instantly share code, notes, and snippets.

@RyanCopley
Created March 15, 2013 03:53
Show Gist options
  • Save RyanCopley/5167369 to your computer and use it in GitHub Desktop.
Save RyanCopley/5167369 to your computer and use it in GitHub Desktop.
compile:
[javac] Compiling 1 source file to /root/openfire/openfire_src/work/classes
[javac] /root/openfire/openfire_src/src/java/org/jivesoftware/openfire/auth/DefaultAuthProvider.java:106: cannot find symbol
[javac] symbol : variable CharSet
[javac] location: class org.jivesoftware.openfire.auth.DefaultAuthProvider
[javac] String jpassword = new String(Hex.encodeHex(cript.digest()), CharSet.forName("UTF-8"));
[javac] ^
[javac] /root/openfire/openfire_src/src/java/org/jivesoftware/openfire/auth/DefaultAuthProvider.java:106: internal error; cannot instantiate java.lang.String.<init> at java.lang.String to ()
[javac] String jpassword = new String(Hex.encodeHex(cript.digest()), CharSet.forName("UTF-8"));
[javac] ^
[javac] 2 errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment