Page 1 of 1
Integrator fail to compile [RESOLVED]
Posted: Wed Aug 23, 2023 3:18 am
by trossiter
I am trying to update a project solution with a new wsdl, but the compiler fails and I get the following message.

- compile_error.png (9.64 KiB) Viewed 9364 times
I have pointed the Java runtime and Java compiler to the latest versions on my machine. The JRE was a separate download of JRE 1.8 that I stuck inside the JDK folder.

- java_version.png (25.52 KiB) Viewed 9364 times
I am currently running LIN14100_EPC141005, and Lansa Support's only suggestion was to upgrade to Lansa Version 15 since it worked just fine on their system. I've told them several times that, per my boss, upgrading is out of the question. Could anyone tell me what I might be missing? Is there a setting somewhere in the system files that Integrator is looking at for this particular error to be occurring, and if so, can it be changed?
Re: Integrator fail to compile
Posted: Wed Aug 23, 2023 6:58 pm
by Jurgen.Rentinck
Maybe you could try to install version 1.8 of Java or OpenJDK V8 and then point Integrator Studio to that version.
I am not sure if this will solve your issue but, I have had some issues with Java 1.20 in combination with other products.
Re: Integrator fail to compile
Posted: Wed Aug 23, 2023 10:56 pm
by trossiter
Before I upgraded my Java versions, I was getting the same error but it told me to use version 7 or newer instead of version 8. I don't know if that sheds any more light on the situation or not.
Re: Integrator fail to compile
Posted: Wed Aug 23, 2023 11:22 pm
by Jurgen.Rentinck
But the errormessages show something else, they talk about 1.4 not being supported.
In the other screenshot the path says jdk20.
My adivce would be to do a brand new install of SDK1.8 and use the select option (that is show in the screenshot) to refer to that Java installation.
Re: Integrator fail to compile
Posted: Wed Aug 23, 2023 11:46 pm
by trossiter
Thanks, that did the trick! Now I have a new problem to figure out, but hopefully that will be easier to solve.