This Blog is Under Construction

Thursday, December 22, 2016

Understanding Java Package

যদি specific কোন folder এর java file কে compile করতে চাই তাহলে যেটা করতে হবে
             (--using command line argument— cmd/terminal)


1. javac floderName/*.java এটার মানে হল ঐ folder এর সব file compile হবে।
2. javac filename.java শুধু ঐ ফাইলটি compileহবে।
3. javac -d foldername fileName.javaএখানে -d means directory/path
            example: javac /home/Desktop practise hello.java





No comments:

Post a Comment