Friday, February 19, 2010

JDK is missing error message

Even after installing the JDK a java application was still complaining about the missing JDK installation.
How i fixed it:
In the appliation subdir etc i found found the file appName.conf. In there it had the parameter jdkhome=....
I entered the path to my jdk root there like
jdkhome="C:/Program Files/Java/jdk1.6.0_18".

This website pointed me to the solution:
http://www.c-plusplus.de/forum/viewtopic-var-t-is-248920.html
Now it worked!

No comments:

Post a Comment