- Getting Started with Hazelcast(Second Edition)
- Mat Johns
- 110字
- 2021-07-16 13:14:34
Let's get started
First things first, let's create a working directory for our project.
Navigate to Hazelcast's download page. To download Hazelcast, visit www.hazelcast.org/download/.
The following image shows what the download page looks like:

We will use the latest version, in this case, Version 3.5.
Note
While there is nothing stopping you from working with Hazelcast Enterprise, there is nothing within this book that requires it. For our purposes, the community version will do just fine.
When you unzip the archive, you will find a lib/
directory. This contains the various library JAR files that we can use within our application. For now, let's copy lib/hazelcast-3.5.jar
to the working directory.
推薦閱讀
- Web程序設計及應用
- Advanced Quantitative Finance with C++
- 算法零基礎一本通(Python版)
- Java開發入行真功夫
- C語言最佳實踐
- Reactive Programming With Java 9
- The Professional ScrumMaster’s Handbook
- Swift 4 Protocol-Oriented Programming(Third Edition)
- Java Web從入門到精通(第3版)
- Go語言開發實戰(慕課版)
- Java程序設計與項目案例教程
- 自學Python:編程基礎、科學計算及數據分析(第2版)
- Mastering Apache Storm
- C語言程序設計實訓教程與水平考試指導
- 區塊鏈國產化實踐指南:基于Fabric 2.0