Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » update the classpath
update the classpath [message #195470] Thu, 22 February 2007 06:54 Go to next message
Eclipse UserFriend
Originally posted by: gabi.mordov.kodak.com

i need to update the classpath in eclipse.
where should i do it???

Tia
Re: update the classpath [message #195478 is a reply to message #195470] Thu, 22 February 2007 07:59 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: wharley.bea.com

"gabi" <gabi.mordov@kodak.com> wrote in message
news:3237975bb5add25e367907478474200d$1@www.eclipse.org...
>i need to update the classpath in eclipse.
> where should i do it???

Do you mean the classpath that you compile your Java code against? That is
in Project -> Properties -> Java Build Path.

Or do you mean the classpath that you run your code against? That depends
on what you're writing, but take a look in the launch configuration dialog
(e.g., Run As...).

Or do you mean the classpath that Eclipse itself sees? You shouldn't really
have to worry about that, since the Eclipse launcher takes care of it.

If you mean something other than those, please be more specific.
Re: update the classpath [message #195492 is a reply to message #195478] Thu, 22 February 2007 08:33 Go to previous message
Eclipse UserFriend
Originally posted by: gabi.mordov.kodak.com

Hi Walter,
my mission was add and mysql_connector_java.... .
so i figure it out i should put it under:
Project->Properties->Java Build Path->Libraries->add external JARSs==>add
mysql-connector-java5.0.0-beta-bin.jar

Thanks for your replay.
Have a nice day
Previous Topic:Would like to get plugin installed location
Next Topic:Eclipse installation on Linux
Goto Forum:
  


Current Time: Fri Apr 26 15:46:26 GMT 2024

Powered by FUDForum. Page generated in 0.09369 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top