Welcome to yEd Q&A! Here you can ask questions and receive answers from other members of the community. And, you can also tell us your most wanted feature requests.

How I can configure proxy for Yed

0 votes
How I can configure proxy for Yed  for update to use icon finder in proxy network
asked Nov 24, 2011 in Help by anonymous
edited 1 day ago by michael

2 Answers

0 votes
 
Best answer
In fact, you can.

You have to edit the launcher script. Almost last line must be changed to:

$INSTALL4J_JAVA_PREFIX "$app_java_home/bin/java" -DproxySet=true -DproxyHost=proxyhost -DproxyPort=8080 -Dinstall4j.jvm........
answered Apr 3 by anonymous
selected Apr 3 by michael
Where can I find the "launcher script" on my computer?
Hi,
THanks for the answer but where can I find the "launcher script" on Windows ?
On Windows, there is no launcher script. IMHO, you can use a shortcut to the yed.jar file instead. For default installation locations, its target should be

 'C:\Windows\System32\javaw.exe -jar "C:\Program Files (x86)\yWorks\yEd\yed.jar"',

followed by the command line parameters mentioned above. You might want to increase the memory size as described in the following article as well: http://yed.yworks.com/support/qa/52/.

Unfortunately, due to the lack of a proxy server, I cannot test this.
0 votes

You cannot. There is already a feature request for this.

answered Nov 24, 2011 by michael [yWorks] (14,780 points)