Showing posts with label java. Show all posts
Showing posts with label java. Show all posts

Setting JAVA_HOME on Raspberry Pi

Setting JAVA_HOME on Raspberry Pi
The new Raspbian build comes with Java 1.8 pre-installed. You can check the current java version by issuing following command; java -version java version "1.8.0" Java(TM) SE Runtime Environment (build 1.8.0-b132) Java HotSpot(TM) Client VM (build 25.0-b70, mixed mode) In order to set environment...

JDK 1.7 fails on JIBX: java.lang.VerifyError error

JDK 1.7 fails on JIBX: java.lang.VerifyError error
This is what I got when running WSO2 AS JiBX sample on JDK 1.7. By the way What is JiBX??? JiBX differs from other data binding techniques supported by Axis2 in that it allows you to use your own Java data objects (as opposed to Java data objects generated from a schema definition). JiBX also provides...