Skip to content

ryohang/java-basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Read me first before you do it at office !!!

compile class in the command line
cd src/main/java
javac io/ascending/training/*.java
compile class with package info

go to home directory

mkdir target
cd src/main/java
javac -d ../../../target/ io/ascending/training/*.java

Run the main class

go to home directory

java -cp ./target/ io.ascending.training.Main "hello"

compile class with maven

mvn compile

how to run python, at corresponding directory and type following

python filename

About ASCENDING

ASCENDING is an AWS Certified Consulting Partner. ASCENDING provides Cloud Strategic Consulting service, Cloud Migration, Cloud Operation and web/application development services to our organization clients. ASCENDING also provides IT training (on-site bootcamp and online Udemy class) to individual customers.

AWS Select Partner

About

java basic to student

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published