On any tutorial I go to, for example this, to use Xbootclasspath it's:
java -Xbootclasspath/p:/path/to/class:/path/to/rt.jar class
The problem is that Mac Java doesn't have rt.jar. I tried doing this with classes.jar, but it didn't work. What's a solution to this?