Hi there,
I am using Advanced Installer to build a Java Product; I noticed it will generate an executable which can launch my java GUI program. I am wondering is any way my java app can reference other jars which won’t be able to incorporate into this package. In other word, I tried to add these jar path into Environment variable, CLASSPATH, but it seems didn’t take it when I run this executable.
Thanks