I would like to call a java class from perl. I usually use the java class from command line to do some processing like:
java com.something.some
Now, I need to call it from inside a perl script.
Could you let me know how I can do it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is simple enough – you just use the system command to execute an arbitrary command line, e.g.