hi,
im creating a jar file using ant. this will create the jar file but the problem is that i need to pass the following information into the file.
-cp .;C:\j2sdk1.4.2_05\jre\lib\ext\mysql-connector-java-3.0.15-ga-bin.jar TestWebBrowser
TestWebBrowser is the name of the client file.
how can i pass these arguments into the jar file. do i need to this in the manifest file or the build file??? ive tried everyting and i cant find any examples of this being done.
thanks for your help
dex
im creating a jar file using ant. this will create the jar file but the problem is that i need to pass the following information into the file.
-cp .;C:\j2sdk1.4.2_05\jre\lib\ext\mysql-connector-java-3.0.15-ga-bin.jar TestWebBrowser
TestWebBrowser is the name of the client file.
how can i pass these arguments into the jar file. do i need to this in the manifest file or the build file??? ive tried everyting and i cant find any examples of this being done.
thanks for your help
dex