# Installing Kree

{% hint style="info" %}
Before Continuing make sure you've downloaded the [latest](https://github.com/jabo-bernardo/Kree-Java/releases/) Kree Java
{% endhint %}

## Eclipse Installation

> Kree Eclipse video installation is now available at [YouTube](https://www.youtube.com/watch?v=_-Cd4tzQbmA)

Create a new Plain Java Project

```css
File > New > Java Project
```

Go to your project's build path

```css
Project > Properties > Java Build Path > Libraries > Add External JARS > Locate Kree.jar on your directory > Apply
```

{% hint style="warning" %}
Don't close the window yet
{% endhint %}

Add your Assets folder

```css
Add Class Folder > Create New Folder > "Assets" > OK > Apply > OK
```

{% hint style="success" %}
That's how easy it is! Congratulations
{% endhint %}
