JAL-3065
authorbsoares <bsoares@134.36.162.41>
Tue, 17 Jul 2018 11:17:47 +0000 (12:17 +0100)
committerbsoares <bsoares@134.36.162.41>
Tue, 17 Jul 2018 11:17:47 +0000 (12:17 +0100)
commit4865a4110b7725acefd5b166f9b7c482ac01ce15
tree8f88e58ad4b72df12ae2344118a7796e0420ae46
parent1253fe4ed610223c3c3b4e4983ec542e818efdfe
JAL-3065

Change in all repo documentation advising launching Jalview with the
-Djava.ext.dirs=LIB
option to now use
-classpath="LIB/*:..."
instead. Using the -Djava.ext.dirs= option masks the JRE's own ext dir
which contains the sunjce packages.  This manifests as cipher problems
when accessing https resources (in particular https://www.ebi.ac.uk/...
when searching for PDB structures, activated when choosing Sequence->"3D
Structure Data...")
README
help/html/features/commandline.html
src/jalview/bin/Jalview.java
test/jalview/bin/CommandLineOperations.java
utils/InstallAnywhere/README_IA