yes. have the class present on your application's classpath. using the environment variable CLASSPATH isn't really a very good idea
but to answer your real question "is there any other way to load a class that isn't on my classpath than using a classloader": no. clue's in the name Class + Loader
why would you want to, anyway?