Brett Code

Loading LambdaBeans


While loading LambdaBeans, I got the error message:
LambdaBeans Cannot find Java 1.5 or higher

The solution:

This is what the relevent portion of my lambdabeans.conf file looks like now:
# default location of JDK/JRE, can be overridden by using --jdkhome <dir> switch
#jdkhome="/path/to/jdk"
jdkhome="C:\Program Files\Java\jdk1.7.0_51"

Obviously, your path might be different.


Back to Brett Code Home
Copyright © 2014 Brett Paufler