<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Getting Started on Lucille</title><link>https://kmwtechnology.github.io/lucille/docs-0.8.0/getting-started/</link><description>Recent content in Getting Started on Lucille</description><generator>Hugo</generator><language>en</language><atom:link href="https://kmwtechnology.github.io/lucille/docs-0.8.0/getting-started/index.xml" rel="self" type="application/rss+xml"/><item><title>Installation</title><link>https://kmwtechnology.github.io/lucille/docs-0.8.0/getting-started/installation/</link><pubDate>Fri, 31 Oct 2025 00:00:00 +0000</pubDate><guid>https://kmwtechnology.github.io/lucille/docs-0.8.0/getting-started/installation/</guid><description>&lt;h2 id="prerequisites"&gt;Prerequisites&lt;/h2&gt;
&lt;p&gt;To build and run Lucille from source, you need:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Java 17+ JDK&lt;/strong&gt; (not just a JRE)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Maven&lt;/strong&gt; (recent version)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="java-setup-jdk-17-required"&gt;Java Setup (JDK 17+ Required)&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Important:&lt;/strong&gt; Before running any Lucille commands, make sure &lt;strong&gt;&lt;code&gt;JAVA_HOME&lt;/code&gt; points to a JDK 17+&lt;/strong&gt; (not just a JRE) &lt;strong&gt;and&lt;/strong&gt; that &lt;strong&gt;&lt;code&gt;$JAVA_HOME/bin&lt;/code&gt; is on your &lt;code&gt;PATH&lt;/code&gt;&lt;/strong&gt; (or &lt;code&gt;%JAVA_HOME%\bin&lt;/code&gt; on Windows). Maven and the &lt;code&gt;java&lt;/code&gt; launcher rely on this.&lt;/p&gt;
&lt;h3 id="verify-java"&gt;Verify Java&lt;/h3&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;java -version
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;You should see &lt;strong&gt;version 17&lt;/strong&gt; (or newer). If it’s missing or older than 17 install a JDK 17+ using &lt;strong&gt;one&lt;/strong&gt; of the options below.&lt;/p&gt;</description></item></channel></rss>