Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

JCreatorLE :: Cannot Find Classes Others Can

Status
Not open for further replies.

delereum

Programmer
Jan 2, 2004
5
US
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).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top