Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.2 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Libraries

    GCJ::Cni 0.03

    Download button

    No screenshots available
    Downloads: 956  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    David Rusek | More programs
    Perl Artistic License / FREE
    December 1st, 2006, 09:05 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    GCJ::Cni description

    GCJ::Cni is a Perl module for CNI Bindings to GNU Compiler for Java.

    GCJ::Cni is a Perl module for CNI Bindings to GNU Compiler for Java.

    SYNOPSIS

    Using this module in Perl is similar to using it in C++:
    use GCJ::Cni;

    if ( GCJ::Cni::JvCreateJavaVM(undef) ) {
    die "Failed to initialize JavaVM, cannot continue...";
    }

    unless ( my $thread_obj = GCJ::Cni::JvAttachCurrentThread(undef, undef) ) {
    die "Failed to attach thread, cannot continue...";
    }

    ...

    if ( GCJ::Cni::JvDetachCurrentThread() ) {
    die "Failed to detach current thread, cannot continue...";
    }

    This module wraps the GCJ CNI interface for use in Perl. This library is needed to call natively compiled (by way of GCJ) Java classes from Perl. This can be used to write Perl modules in Java instead of the customary C or C++.

    Requirements:

    · Perl



    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    CNI Bindings | GNU Compiler | Java compiler | GCJ::Cni | CNI | Bindings

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM