
There is a Hdfs.java inside src/hdfs and there is a utility jar file inside lib.
What are the options I give when I compile the Hdfs.java using the utility jar?
And how do I execute?
I went through the examples here and I’m very confused.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you do not want to use the compiler inside of NetBeans, then go to your terminal application, set your current directory to
srcand invokeTo run, you would do this:
If you want to compile and run within NetBeans, see Jigar Joshi’s answer.