hola - sweet and to the point. jcreator cannot find my javax classes even though i have set the profile to include the jdk dir and also the oracle dir. i even included specific jar files which contain the classes. anyone have experience with this?
I remember that there are different profiles for running and debugging, so be sure to define the path at the right place.
The second thing is, that you may specify differnt profiles for each thread (debugging, running).
Last you don't only need to change the profile, if there are different profiles for each thread, be sure to be using the right one There are default-profiles (used for new projects?) and non-default profiles with checkboxes.
This sounds trivial, but I got confused sometimes too, especially since you may specify the same and similar information in different menus - the options menu (I guess) and in 'run' 'debug' - menu.
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).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.