Name: Anonymous 2011-08-19 20:39
Okay, so I'm trying to separate a class into smaller ones because it'
s just way too big (and apparently Java has a 64kb class limit???). Now, I started with C++ and when I needed to link separate files, all I had to do was say #include "file.h" and I'd have access to everything.
My question is, how the heck do you do this in Java?? I'm trying to implement some interfaces but the compiler keeps saying that it can't find anything, even when I put them in the same folder and compile them and everything. I need to inherit some shit, but it's not letting me!!!
s just way too big (and apparently Java has a 64kb class limit???). Now, I started with C++ and when I needed to link separate files, all I had to do was say #include "file.h" and I'd have access to everything.
My question is, how the heck do you do this in Java?? I'm trying to implement some interfaces but the compiler keeps saying that it can't find anything, even when I put them in the same folder and compile them and everything. I need to inherit some shit, but it's not letting me!!!