Announcement

Collapse
No announcement yet.

Jar is not running inside the JRE folder?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Jar is not running inside the JRE folder?

    I have installed JRE in this path C:\program files\java\jre.
    I have took jre path using registry.I have placed my jar in <jre_Home>\lib\security folder.
    If execute following jar command its not working.
    ExecWait 'java -jar "$Copy_Jar\my.jar" "parameters"'

    Is there any security issue while running inside jre folder?

  • #2
    I am not sure what are you trying to do but use full path to java.exe with ExecWait:
    ExecWait 'path_tojava\java.exe ...
    Cool looking installers with custom design: www.graphical-installer.com
    Create Setup Pages easily: www.install-designer.com
    Build installers in Visual Studio 2005-2022: www.visual-installer.com
    or RAD Studio 2009 - 11 Alexandria: www.rad-installer.com

    Comment

    Working...
    X
    😀
    🥰
    🤢
    😎
    😡
    👍
    👎