You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to zaprox...@googlegroups.com
Hi there
How can I specify which JVM the ZAP.exe (in C:\Program Files (x86)\OWASP\Zed Attack Proxy\ZAP.exe) uses?
On my system it uses currently c:\jdk7\jre\bin\javaw.exe, but for reasons with the external firewall it has to use c:\jdk7\bin\javaw.exe.
Many thanks, Leo
Simon Bennetts
unread,
Feb 11, 2014, 4:06:20 AM2/11/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to zaprox...@googlegroups.com
ZAP.exe uses http://launch4j.sourceforge.net/ I _think_ that just uses the standard windows PATH, so try changing that so that the JRE you need to use is higher than any of the other ones.
ne...@halloleo.hailmail.net
unread,
Feb 11, 2014, 10:46:41 PM2/11/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to zaprox...@googlegroups.com
Mmmh, changing the PATH environment variable didn't work for me. From my research it is not easily possible to change the JVM ZAP.exe uses.
what command line (incl, needed -D parameters et al) would I need to use to start the ZAP app directly via a from a Java executable? I mean something like: