Category Archives: Java

[Jersey] disable decode the URL path

use annotation “@Encoded” Ex:

Posted in Java | Leave a comment

open external program from java for mac os x

Posted in Java, Mac, Office | Leave a comment

Gson usage : formJson

avoid to face the exception ‘java.lang.ClassCastException With com.google.gson.internal.LinkedTreeMap cannot be cast to…’, we use the TypeToken to convert json to List

Posted in Java | Leave a comment

[Java] unicode to string

Posted in Java | Leave a comment

[Java, HBase] Hostname is very important!

If the connection is failed, try to check the hdfs uri setting, it might be used hostname.

Posted in HBase, Java | Leave a comment

[Java] Connect LDAP (subdomain).

Ref. referrals & global catalog, AD Child Domain Referral Searches by Rajnish Bhatia If you want to search all subdomain, the port of ‘PROVIDER_URL’ might be use in 3268.

Posted in Java | 1 Comment

[Java] Check apache poi version

Ref: The Apache POI project – Frequently Asked Questions: My code uses some new feature, compiles fine but fails when live with a “MethodNotFoundException” or “IncompatibleClassChangeError”

Posted in Java | Leave a comment

[Java] Write xls files

Posted in Excel, Java | Leave a comment

[Java] Binary numbers in enum type.

Posted in Java | Leave a comment

[Java] String.format

Posted in Java | Leave a comment