Skip to content

Mealman1551/ldps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LDPS

Build & Publish Maven

Lightweight Directory Printing System

A simple Java CLI tool for listing directory contents.

Build

To build the project, ensure you have Maven installed. Then run:

mvn clean compile

To create the JAR file:

mvn package

Run

After building, run the application with:

java -jar target/ldps.jar

Package and Distribution

To create a distributable package, use the provided scripts:

On Linux/Mac:

./jpackage.sh

On Windows:

jpackage.bat

This will build the project and create an app-image in the dist directory.

Specifications

  • OpenJDK 21 or later
  • Maven 3.6 or later

Tested with:

  • openjdk 26.0.1 2026-04-21
  • OpenJDK Runtime Environment (build 26.0.1+8-34)
  • OpenJDK 64-Bit Server VM (build 26.0.1+8-34, mixed mode, sharing)
© 2026 Mealman1551

About

LDPS: Lightweight Directory Printing System is a "ls" like tool for directory listing

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors