java - Unable to use UX Studio with java7 - upgrade to java8 not neccessary -


after latest demandware update couldn't work ux studio anymore. have found java8 required.

since don't want install java8, way make work java 7?

i want share 1 way overcome problem if can't install java 8 on machine.

since occurs because ssl certificate switched tls1.1 still use java 7, 1 file should copied java 8.

replace default trusted keystore file - cacerts, 1 java 8. how can done:

  1. locate file named "cacerts" inside java 7 lib directory,
  2. rename ( backup ),
  3. find file same name used java 8,
  4. copy file found in java 8 java 7

this method doesn't mean need install java 8. need find file cacerts can copied machine has installed, or can unpack downloaded archive. fastest way solve issue. have tested , works.


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -