- Getting Started with Hazelcast
- Mat Johns
- 107字
- 2021-08-06 16:56:51
Let's get started
First things first, let's create a working directory for our project.
Now, let's navigate to Hazelcast's download page:
www.hazelcast.com/downloads.jsp
The following image shows what the downloading page should look like:

We will use the latest version, in this case Version 2.6.
Note
While there is nothing stopping you working with the enterprise edition, there is nothing within this book that requires it. For our purposes, the community edition will do just fine.
In unpacking the archive, you will find a lib/
directory. This contains the various library JAR files we could use within our application. For now, let's copy lib/hazelcast-2.6.jar
to our working directory.
推薦閱讀
- Learn Blockchain Programming with JavaScript
- 深入理解Bootstrap
- Mastering AWS Lambda
- 摩登創客:與智能手機和平板電腦共舞
- iOS開發實戰:從入門到上架App Store(第2版) (移動開發叢書)
- 小程序,巧應用:微信小程序開發實戰(第2版)
- 計算機應用基礎教程(Windows 7+Office 2010)
- Elasticsearch Essentials
- iOS Development with Xamarin Cookbook
- Learning iOS Penetration Testing
- Getting Started with the Lazarus IDE
- Raspberry Pi Robotic Projects
- 區塊鏈原理、架構與應用(第2版)
- Unreal Engine 4 Game Development Essentials
- ACE技術內幕:深入解析ACE架構設計與實現原理