What’s the difference between adding a JAR to the the CLASSPATH of a project in the IDE and adding it to the system wide CLASSPATH?
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.
The latter is valid for ALL java applications you are running while the former only for the project.
I’d recommend not using the system wide classpath as things tend to get rather confusing and messy very quickly.
From here:
PATH and CLASSPATH