Yes, there is only one JDK on my system (fresh installation), and both
runs show it
python:
print j.System.getProperty("java.version")
1.6.0_24
java gives:
NOTE: Linux 3.2.0-2-amd64 amd64/Sun Microsystems Inc. 1.6.0_24
(64-bit)/cpus=2,threads=1,free=47600792,total=61276160
cat
/usr/local/lib/p
On Thu, 3 May 2012, Roman Chyla wrote:
We use JCC to run Java inside Python as well Python inside Java. I
have now discovered one interesting situation.
I have a Hudson server that builds and tests our code. Hudson will
create its own python virtualenv (based on Python 2.7) and using it
builds