CHC4010 DevOps Week 11 Practical: Deployment
Part I. Drawing with turtle-logo
Create a new project in IntelliJ with Maven build and add turtle-logo to project dependencies.
Read the documentation of turtle-logo. Add the sample program to your project and run it.
Initialize a new
AnimatedTurtleand draw any shape you want with it. You can be as creative as you want.
Part II. Deploy to a JAR file
Follow the instruction in lecture slides and deploy your program to a standalone JAR. Make sure the package used is included in the JAR.
Send the JAR file to a classmate. Check if it runs correctly on their computer. If not, figure out why.
Last updated