What javax classes ? There are many, many javax APIs, some of which are shipped with J2SE (javax.naming) and some that are not (javax.servlet). If you are trying to access a non-core API, then you will need to add the jar files specifically to your CLASSPATH (or whatever variable jcreator's CLASSPATH is).