I want to create a properties file on my classpath then put that file in my folder, but I do not understand: what is my classpath?
I know that classpath contains jars and references to the top level folders. I also read many related threads regarding the same (What is a classpath?) but I want some very basic explanation for it so that I won't be confused later.
My classpath variable contains multiple values so which is the exact path and where should I create my new file?
If I try to add new file to the project and file name is "jboss-ejb-client.properties", eclipse gives an error of invalid file name???
Thanks in advance.