This is the start of a DNSChain client for the JVM.
Mac OS X | Windows | Linux | |
---|---|---|---|
Prerequisites |
None - Java 8 is bundled inside the App. (Recent Mac OS X?) |
Java 8 w/StartCom certificate installed |
Java 8 w/StartCom certificate installed |
Binary download |
N/A - build from source is relatively easy, see below. |
N/A - build from source is relatively easy, see below. |
Note
|
beeLin-java is using HTTPS to query the DNSChain server at api.dnschain.net which uses a StartCom SSL certificate. By default, Java installations do not trust the StartCom certificate authority and your HTTPS connection to api.dnschain.net may fail. For more detail and instructions on how to install the StartCom certificate in your JDK/JRE see Installing StartCom Certificate Authority Certificates in Java.
|
./gradlew build
You can view the test results in beelinj-lib/build/reports/tests/index.html
Of course you probably want to install IntelliJ IDEA to do this.