Inline::Java lets you write Perl classes in Java and wrap/use existing Java classes. It is an ILSM (Inline Language Support Module) for Java 2, and is part of the Inline family of modules.
| Tags | Software Development Libraries Perl Modules |
|---|---|
| Licenses | Artistic |
| Operating Systems | Windows Windows Windows POSIX Linux Solaris |
| Implementation | Java Perl |
Recent releases


Changes: JNI on Cygwin was fixed. Installation was improved. "make java" is now performed automatically. Problems with disappearing exceptions were fixed by localizing $@. Other minor bugs were fixed.


Changes: This release adds PerlInterpreter to require/eval Perl code directly from Java. Callbacks can now be called in list context using "@function_name". The documentation has been split and updated. There are many other changes and bugfixes.


Changes: PerlInterpreter was added, making it possible to require or eval Perl code directly from Java. The documentation was split and updated and a JNI memory leak patch was applied.


Changes: This release fixes bugs in portability code, adds HPUX, AIX, and Solaris specifics, tweaks the CLASSPATH directory order, changes port numbers for SHARED_JVM tests in order to avoid clashes with running installations, and makes PerlNatives optional.


Changes: Natives.xs has been fixed to work with ExtUtils::ParseXS.