cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Techie42
Level 6

non-bundled executables

Up until now I have always bundled executables in the setup.jar file.

Now I want to have a seperate \extras\ folder on the distribution CD to store the .exe files that I will need to run with the execute process. How do I set up the command line with a varriable that points back to the cd's \extras\ folder?

Thanks

Bradley
Labels (1)
0 Kudos
(2) Replies
RobertDickau
Flexera Alumni

Depending on your build settings, one of the Java ($J) properties user.dir or is.external.home might get you most of the way there. KB article Q105887 has more information.
0 Kudos
Techie42
Level 6

Thanks that seems to work!

Bradley
0 Kudos