cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
mgaredia
Level 4

how do I use InstallShieldMultiPlatformCommandLine.cp?

I am using "InstallShieldCommandLine.exe" to build my project. I have custom code in external jar file say "xx.jar" which is used by my project. I have added path of xx.jar in InstallShieldMultiPlatformCommandLine.cp and still get errors saying "cannot find symbol" which are in that jar file.
Labels (1)
0 Kudos
(2) Replies
gamlidek
Level 4

I strongly recommend that you use ant for your command line builds.

See this thread:
http://community.installshield.com/showthread.php?t=154893

Also, you can get ant here:
http://ant.apache.org

It's a bit more complicated than you're probably hoping for, but believe me it ends up making your life much simpler in the end.

cheers,

/gam/
0 Kudos
toogoodju
Level 4

If InstallShieldCommandLine.exe is the executable, then you to need add the classpath in InstallShieldCommandLine.cp and not InstallShieldMultiPlatformCommandLine.cp
0 Kudos