“java -cp . name” – string to put it in command-line.
What is -cp in this string? Google just does not want to search it.
java -cp . name – string to put it in command-line. What is -cp
Share
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.
It’s the classpath:
From http://download.oracle.com/javase/1.4.2/docs/tooldocs/windows/java.html
A single full-stop means the current working directory – so in your above call, it’s setting the classpath as such.