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

Categories

Can't start with OpenJ9

0 votes

How to solve this error?

 

 

 

I've looked at firewall and antivirus, there is no mention to the error.

I'm using OpenJ9, and ".jar" files are correctly assigned to java.exe.

Also, I've uninstalled and installed again, but no luck at all.

in Help by (140 points)

1 Answer

0 votes

The current yEd installers do not specify a maximum heap size, i.e. the executables produced by the yEd installers do not set the -Xmx option.

Thus I strongly suspect this to be either

  • a OpenJ9 specific problem or
  • a antivirus or firewall problem as stated in the error message.

In the latter case, the problem is specific to your system.

 

While I cannot help with OpenJ9 problems, I can think of two possible solutions:

  1. Use the yEd installer with embedded Java 11 runtime environment. Said Java 11 JRE is an OpenJDK build and has been thoroughly tested on our Windows machines.
  2. Use the Zipped yEd Jar file download, extract the archive to a directory of your choosing, and start yEd from command line with
      [path to java binary]/java -jar [path to yEd directory]/yed.jar
    where [path to java binary] is something like
      C:\Programs\Java\jre-11\bin\java
    and [path to yEd directory] is something like
      C:\Users\richter\Documents\yEd\yed-3.19
    but the actual values depend on your system.
by [yWorks] (160k points)
Legal Disclosure | Privacy Policy
...