Hello,
I have just follow the instruction to install s32ds in linux ubuntu 18, all steps, and special care in the java ones, but when I am executing the binary "S32DS.3.4_b201217_linux.x86_64.bin" I have got this error,
Preparing to install
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
Launching installer...
An internal LaunchAnywhere application error has occured and this application cannot proceed. (LAX)
Stack Trace:
java.lang.IllegalArgumentException: Malformed \uxxxx encoding.
at java.util.Properties.loadConvert(Properties.java:574)
at java.util.Properties.load0(Properties.java:391)
at java.util.Properties.load(Properties.java:317)
at com.zerog.common.java.util.PropertiesUtil.loadProperties(Unknown Source)
at com.zerog.lax.LAX.<init>(Unknown Source)
at com.zerog.lax.LAX.main(Unknown Source)
What could I do?
many thanks.
Hello, yes, sorry I found out what was going on, I had a string "\u" in the PS1 environment variable, remove that and it went Ok. many thanks
Hi,
did you met all the requirements for Linux OS mentioned in Install Guide (installing 32 libraries and so on)?
Jiri