Hello everybody, when starting Knime, this message appear
How to treat this message?
Where to set thie variable LANG?
Thank everybody
Hello everybody, when starting Knime, this message appear
How to treat this message?
Where to set thie variable LANG?
Thank everybody
You can set the LANG environment variable like this (for your console session):
$ export LANG=en
Or start KNIME like this:
$ LANG=en ./knime
The error message comes from an extension of KNIME for Chemical transformations, in case you do not need that feature, it is safe to uninstall it.
Thank you aborg