
=====================================================================
   DISCO
=====================================================================

64 bit JPype distribution for Windows 64


=====================================================================
   INSTALLATION
=====================================================================

Copy all the files from the extra/jpype64 folder into your Python 64-bit
installation. If you installed the 64 bit Python to C:\python26-x64, then
the folder is:

	C:\python26-x64\Lib\site-packages


In some installations of 64 bit Java, the Registry settings are not correctly
set, which can prevent JPype from loading the 64 bit JVM. If DISCO fails to
launch the JVM, check the following Registry key:

	HKEY_LOCAL_MACHINE/SOFTWARE/JavaSoft/Java Runtime Environment/VERSION/RuntimeLib
	
If it is:

	C:\Program Files\Java\jre6\bin\client\jvm.dll
	
Then it is not correct. It turns out there's no client JVM for the 64 bit JRE.
There's only a server JVM. The key should look like this:

	C:\Program Files\Java\jre6\bin\server\jvm.dll

Change it to the above and JPype should work. Just make sure the file referred to
actually exists. The path to your Java installation may be slightly different.
