Java turtle installation

Hi, I am trying to install turtle for java on Manjaro. I downloaded the Java Turtle file (Turtle.java) but I am unsure of where to put it so that maven can link with it when I compile my java project using maven. I am using Intellij IDE for Java. I am running JKD 11.

:+1: Welcome to Manjaro! :+1:

It’s been a very long time since I’ve done any Java development, but have you tried putting turtle.java in the LD_LIBRARY_PATH already?

:thinking: