equal
deleted
inserted
replaced
201 ================== |
201 ================== |
202 |
202 |
203 http://mvnrepository.com/search.html?query=PKG |
203 http://mvnrepository.com/search.html?query=PKG |
204 http://www.jarfinder.com |
204 http://www.jarfinder.com |
205 |
205 |
|
206 Set default Java in Debian. |
|
207 =========================== |
|
208 :: |
|
209 |
|
210 $ update-java-alternatives -l |
|
211 $ sudo update-java-alternatives -s java-1.8.0-openjdk-i386 |
|
212 |
|
213 or individually for each executable:: |
|
214 |
|
215 $ sudo update-alternatives --config java |
|
216 |
206 Import SSL certificate. |
217 Import SSL certificate. |
207 ======================= |
218 ======================= |
208 |
219 |
209 Get cert with:: |
220 Get cert with:: |
210 |
221 |