I have a Java class, which contains methods that I would realy like to use from a perl script. Typically I would like to do something like
use java::myJavaApp.class; $obj = new myJavaApp(); #Create a new object ..? $result = $obj->myMethod1($arg1, $arg2, $arg3); #Result conains the re +turn from the Java method.
Has any-one used any of the java modules on CPAN?
Which module have you had most success with (with the least amount of blood lost)?
Cheers
AcidHawk
In reply to Using Java methods in perl by AcidHawk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |