Skip to content

My playground to learn and explore Java programming language

License

Notifications You must be signed in to change notification settings

leocornus/leocornus-java-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple readme

set git author

# set git author:
cd ~/rd/java-sandbox; git config user.name 'Sean Chen'
# set the author email
cd ~/rd/java-sandbox; git config user.email 'sean.chen@leocorn.com'
cd ~/rd/java-sandbox; git config --list

cd ~/rd/java-sandbox; git log

chage user info in a git commit

cd ~/rd/java-sandbox; git commit --amend --reset-author

set up maven

We need set up maven to load correct Java.

# check PATH.
echo $PATH

# set up maven executable.

# check maven version
mvn --version

# Sat 28 May 2022 16:16:45 EDT
export JAVA_HOME=/Library/Java/JavaVirtualMachines/zulu-17.jdk/Contents/Home; mvn --version

# comple the javafx demo's source code.
export JAVA_HOME=/Library/Java/JavaVirtualMachines/zulu-17.jdk/Contents/Home; cd ~/rd/java-sandbox/javafx/demo; mvn compile

About

My playground to learn and explore Java programming language

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published