I added tomcats bin folder to the classpath but I can't get it to find the tomcat jar
You need to study something about compiling classes using JAR files

I also see that you are mixing colons and semi-colons to set the classpath. You either use ";" on Windows, or ":" on Unix, but not both. For the moment, you can just check
this FAQ about compiling
servlets.