Ewgenij Sokolovski
Ewgenij Sokolovski

Reputation: 967

Birt 4.8.0: Could not create the Java Virtual Machine error

I keep getting the following error trying to start Birt RCP Report Designer 4.8.0-20180626

Birt error

Birt RCP Report Designer 4.9.0-20220315 works without any problems. What could be the problem? I downloaded both from the official site

I have JDK 17 running.

Upvotes: 0

Views: 654

Answers (1)

hvb
hvb

Reputation: 2668

BIRT 4.8 needs a Java version between Java 6 and Java 8. I'm not absolutely sure, but AFAIK it even needs an Oracle JRE.

BIRT 4.9 needs Java version >= 11.

And no, Java definitely isn't always backwards compatible. Only most of it, most of the time :-)

Upvotes: 1

Related Questions