With Axon.ivy Designer 9.1 based on eclipse 2020-06 I can not compile my ivy and java projects and get the following Unknown Java Problem in the Problems View:

The project was not built due to "Failed to init ct.sym for ...\jre\lib\jrt-fs.jar". Fix the problem, then try refreshing this project and building it since it may be inconsistent

What can I do to fix this?

asked 26.06.2020 at 07:51

Christian%20Strebel's gravatar image

Christian St... ♦
3.2k31338
accept rate: 88%


Best is to be sure to run with an Java JDK instead of an JRE.

You can change this under Window > Preferences > Java > Installed JREs: Installed JREs

The other workaround is to disable the --release option in the Java Compiler Settings of your Project:

Disable -- release option

link

answered 26.06.2020 at 07:59

Christian%20Strebel's gravatar image

Christian St... ♦
3.2k31338
accept rate: 88%

edited 26.06.2020 at 08:00

Newer Designer builds for Windows >9.1.0.200626xxxx (later than 26.6.2020) has a modified bundled jre to overcome this problem.

link

answered 29.06.2020 at 04:39

Bruno%20B%C3%BCtler's gravatar image

Bruno Bütler
56181318
accept rate: 68%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×52

Asked: 26.06.2020 at 07:51

Seen: 10,186 times

Last updated: 29.06.2020 at 04:39