Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

importing java code into perl

Status
Not open for further replies.

ranadhir

Programmer
Joined
Nov 4, 2003
Messages
54
Location
IN
Can we use java code in perl - that is importing and invoking function calls on java classes.
Please tell about the most efficient way to do this ,if at all possible and which minimum JDK onwards,is this feature available.
Any help will be appreciated
 
The Java::Import module looks like what you're looking for (I haven't used it myself). It appears to rely hugely on reflection, so your efficiency isn't likely to be great.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top