jcc 2.11-3 source package in Ubuntu

Changelog

jcc (2.11-3) unstable; urgency=low


  * Link against libjvm.so (LP: #848931, thanks to James Page @ Ubuntu).

 -- Ludovico Cavedon <email address hidden>  Sat, 29 Oct 2011 15:57:10 -0700

Upload details

Uploaded by:
Ludovico Cavedon
Uploaded to:
Sid
Original maintainer:
Ludovico Cavedon
Architectures:
any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe python

Downloads

File Size SHA-256 Checksum
jcc_2.11-3.dsc 1.8 KiB 76ac7a93b705a022cf321f21c7eef3cad9dc51ae8c3d34ccfefb046c05483b1d
jcc_2.11.orig.tar.gz 84.5 KiB 10e2c768a876e1089df879203b49a16a9c220fc7223e98af53bc76070d0e5ab7
jcc_2.11-3.debian.tar.gz 4.6 KiB 99b0bd03c86b1aaec8ac4e8a60723318872352e9f31d3ea008eafce57d29eae3

No changes file available.

Binary packages built by this source

jcc: code generator producing a Python extension from Java classes

 JCC is a code generator for producing a Python extension providing
 access to a set of Java classes. For every Java class, JCC generates
 a C++ wrapper class that hides the gory details necessary for
 accessing methods and fields from C++ via Java's Native Invocation
 Interface. JCC can also generate C++ wrappers that make it possible
 to access these classes from Python. When generating Python
 wrappers, JCC produces a complete Python extension via the distutils
 package that makes it readily available to the Python interpreter.
 JCC is a project maintained by the Open Source Applications
 Foundation.