Hello!
I'm following a tutorial that is using eclipse but i use notepad++ to code. I know eclipse is better but I feel familiar with notepad++ and the cmd prompt. What I was wondering is how do you create your own packages and where do you put them. I have a package called jg.misfit.game.graphics and I put it in C:\Program Files\Java\jg\misfit\game\graphics. So far the file game has one class in it and the file graphics has one class in it. Did i put my package in the correct location, how do I make a package using the cmd prompt and should I just use eclipse? The reason I'm asking is because the class in game can't find the class in graphics when I compile it.
javac: file not found Render.java
Usage: javac <options> <source files>
Thank you to all who respond!
lil_misfit