when the complier goes to do its job, it looks for the files it needs, in this case some where you have indicated that Bookseller.java is located at a particular place, when the compiler goes to look for that file, its not where you said, so its giving you this error, only you know where you entered that info, locate and change it.
Find a good java tutorial and go slow and step by step, till you get the hang of things, have you done "Hello World" yet? if not then get a good tutorial and it will start you with that.