Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to exec .pl files which is in a jar package?

807606Mar 12 2007 — edited Mar 20 2007
hi,

i'm new to java so hope all the experts could give me a hand on this. i've a package structure as shown below. as you can see the a.pl file is in the lib folder which will be packaged in A.jar. so how am i able to call to execute the a.pl script if the java program (A.jar) being distributed? thanks in advance for the responds.

A.jar
=========
-src
---main.java
---utils.java
-lib
---a.pl
---b.vbs
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 17 2007
Added on Mar 12 2007
18 comments
447 views