LOL, I had the same question when I started using Java (switched to it from C++). You can't include files in Java. To the best of my knowledge, you need to use the "import" directive, but you can't just include methods or declares from a file line you could with .h in C++