java
There are 26 posts tagged java (this is page 1 of 3).
Solving “Received fatal alert: handshake_failure” error when performing HTTPS connections on a custom made JRE with jlink

TL; Tell me already what to do: Add the jdk.crypto.cryptoki module to the list of –add-modules parameter to your jlink command invocation If you’re reading this you’re one of the few developers out there that wanted to distribute a java 9+ app (using either jdk 9, jdk 10, jdk 11 or jdk 12, as of […]
How to run your Kotlin gradle built app from the command line
[CODE/JAVA] Scanner – read a full line
[CODE/JAVA] ARGB_8888 Pixel Abstraction
IntelliJ / Adroid Studio / CLion / GoLand / PyCharm / PHPStorm keymap shortcuts I can’t live without

Download settings.jar (Import with `File -> Import Settings`) I got to IntelliJ after years of using Emacs and Eclipse. Here’s how my keymap looks now that I work with Jetbrains tools, these are the keyboard shortcuts I can’t live without as a programmer. Legend (Mac keyboard) ⌘ Command ⇧ Shift ⌘1 Show Intent Actions […]