Help.
Long history short ..
My windows 10 development pc, went dead after an (ms insider's) upgrade.
So I took advantage of that (I'm an inveterate optimist, can't help it) so I reinstalled windows and OE dev studio, on ssd hd.
The problem is I can't proadv start, I get this message
Error getting default configuration: Couldn''t find 3-letter country code for 419 (ADMMsg028)
First installed 11.7.2... got that error.... so uninstallled. Installed 11.7 and runned to the same error...
Installed to spinning rust (I've read sometime ago to Gus) and also got that error...
So... what could it be the problem?
I've come to supect that is is about the language? (ISO-8859) Spanish....
The second half of that message is coming from the JVM: "Couldn''t find 3-letter country code for 419". It is not a Progress message.
Java doesn't like, or can't find something related to your Locale setup for Windows and it cannot figure out what country your Locale is.
419 is Latin American Spanish.
probably an incompatibility between an unsupported operating system on an older version of java. In other words, MS broke something.
The second half of that message is coming from the JVM: "Couldn''t find 3-letter country code for 419". It is not a Progress message.
Java doesn't like, or can't find something related to your Locale setup for Windows and it cannot figure out what country your Locale is.
419 is Latin American Spanish.
probably an incompatibility between an unsupported operating system on an older version of java. In other words, MS broke something.
then I'll uninstall java and will see.... Thanks Matt.
Will keep you posted
Installed Java adn problem went away.
Thanks