Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Adding mySQL source
Adding mySQL source [message #141661] Fri, 13 February 2004 04:27 Go to next message
Eclipse UserFriend
Originally posted by: jamesdcarroll.hotmaill.com

I have the mySQL binary jar added to my project and it works fine. But I
wanted to attach the source files. I even added all the .java files to a
..zip file. But when I point Eclipse at the file it doesn't recognize the
files. They're in the zip file and the package declarations match.

Any idea what I'm doing wrong.

PS: I tried pointing directly at the .jar and that didn't work either.

TIA!


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.587 / Virus Database: 371 - Release Date: 2/12/2004
Re: Adding mySQL source [message #141826 is a reply to message #141661] Fri, 13 February 2004 21:35 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: smesh.openrules.com

You have to att Source Attachment to your jar/zip.

Sam Mesh - http://openrules.com
Life is very short, and there's no time,
For coding and testing, my friend.
Re: Adding mySQL source [message #141911 is a reply to message #141826] Sun, 15 February 2004 03:51 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jamesdcarroll.hotmaill.com

Well I did the "Attach Source" thing and pointed at the .zip that I had
created. It didn't work and I even followed the instructions in the Help AND
the instructions in "Eclipse in Action" (a really good book I might add).

Thanks for any help you got!!


"Sam Mesh" <smesh@openrules.com> wrote in message
news:c0jfob$q0b$1@eclipse.org...
> You have to att Source Attachment to your jar/zip.
>
> Sam Mesh - http://openrules.com
> Life is very short, and there's no time,
> For coding and testing, my friend.


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.587 / Virus Database: 371 - Release Date: 2/12/2004
Re: Adding mySQL source [message #141990 is a reply to message #141911] Mon, 16 February 2004 00:18 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: smesh.openrules.com

James,

Send your .project and .classpath files, please...

Sam Mesh - http://openrules.com
Life is very short, and there's no time,
For coding and testing, my friend.
Re: Adding mySQL source [message #142001 is a reply to message #141911] Mon, 16 February 2004 02:57 Go to previous message
Eclipse UserFriend
Originally posted by: ed.burnette.REMOVE.THIS.sas.com

What does the directory structure look inside your source zip? It has to
match the package structure exactly, for example if you have a class
com.foo.Bar then inside the zip it should look like:

com/
foo/
Bar.java

--
Ed Burnette, co-author, Eclipse in Action
www.eclipsepowered.org

"James D Carroll" <jamesdcarroll@hotmaill.com> wrote in message
news:c0mq6o$o7o$1@eclipse.org...
> Well I did the "Attach Source" thing and pointed at the .zip that I had
> created. It didn't work and I even followed the instructions in the Help
AND
> the instructions in "Eclipse in Action" (a really good book I might add).
>
> Thanks for any help you got!!
>
Previous Topic:I need developer's feedback
Next Topic:Running individual JUnit tests
Goto Forum:
  


Current Time: Fri Apr 26 01:35:20 GMT 2024

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

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

Back to the top