Skip to content

pvmoore/juice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JUICE

Java UI Component Engine

Dependencies

Building (on Windows)

This assumes you have a terminal window open in the working directory. Adjust as necessary.

@echo off
set LWJGL=path to lwjgl jars directory
set JOML=path to joml jars directory
 
set JUICE_INC=%LWJGL%/lwjgl.jar;%LWJGL%/lwjgl-glfw.jar;%LWJGL%/lwjgl-opengl.jar;%JOML%/joml-1.9.9.jar
 
@echo Compiling source
cd src
javac -d ../bin/ -classpath %JUICE_INC% -sourcepath . juice/*.*
 
@echo Generating juice.jar
cd ..\bin
jar cf ../juice.jar juice
cd ..

About

Java UI Component Engine

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages