On Tue, 31 Jan 2012, Petrus Hyvönen wrote:

Is there a way of specifying which java SDK to link to? On my windows
7 machine it wants to use Java SDK 1.7 but I would like to keep it at
SDK 1.6? Is this possible?

When you build jcc, you choose which JDK you compile with and link to via the CFLAGS and LFLAGS variables in jcc's setup.py.

Be sure to set your PATH accordingly when you run this executable or the executables you build with it.

Andi..

Reply via email to