I have installed the source code for PyLucene which contains the JCC source code. When trying to run python setup.py build
in the JCC directory I receive the following error:
Java JDK directory 'c:/Program Files/Java/jdk1.6.0_18' does not exist.
Please set the environment variable JCC_JDK to the correct location before
running setup.py.
Could someone help me with setting up the correct environment variable?