- 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.
推薦閱讀
- 黑客攻防從入門到精通(實(shí)戰(zhàn)秘笈版)
- LabVIEW程序設(shè)計(jì)基礎(chǔ)與應(yīng)用
- Rust編程:入門、實(shí)戰(zhàn)與進(jìn)階
- JavaScript+jQuery網(wǎng)頁特效設(shè)計(jì)任務(wù)驅(qū)動(dòng)教程(第2版)
- 深入淺出Prometheus:原理、應(yīng)用、源碼與拓展詳解
- 前端架構(gòu):從入門到微前端
- UI智能化與前端智能化:工程技術(shù)、實(shí)現(xiàn)方法與編程思想
- Python Geospatial Development(Second Edition)
- PHP 編程從入門到實(shí)踐
- Cassandra Data Modeling and Analysis
- SQL Server 2012數(shù)據(jù)庫管理與開發(fā)項(xiàng)目教程
- KnockoutJS Starter
- 深入淺出Go語言編程
- Hands-On JavaScript for Python Developers
- 算法圖解