how to exec .pl files which is in a jar package?
807606Mar 12 2007 — edited Mar 20 2007hi,
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