Java, J2EE, SQL, Frameworks, APIs, Exceptions and more..
Pages
(Move to ...)
Home
About
Guest Post
▼
Thursday, July 4, 2013
Access restriction: The type BASE64Decoder is not accessible due to restriction on required library C:\Program Files\Java\jdk1.6.0_25\jre\lib\rt.jar
›
Error : You may get below compile error in eclipse while using BASE64Decoder or BASE64Encoder. Access restriction: The type BASE64Deco...
Caused by: java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
›
Exception in thread "main" java.lang.Exception: Error Initializing Context: oracle.jdbc.driver.OracleDriver at com.hewitt.appin...
Wednesday, July 3, 2013
What You Need to Know About The Recent Java Patches
›
The latest round of Java patches, which were released in mid-June, call attention to some issues that all Java programmers should be con...
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
›
Error : javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider....
Monday, May 20, 2013
Java - Read excel file with blank cells
›
If you use normal cellIterator to iterate through excel cells it will skip blank cells. If you need to read blank cells as well you can use...
‹
›
Home
View web version