Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 151464 - Linking of installed java system packages in eclipse-sdk
Summary: Linking of installed java system packages in eclipse-sdk
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Development Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-15 06:58 UTC by Alastair Mailer
Modified: 2007-09-07 15:25 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alastair Mailer 2006-10-15 06:58:45 UTC
Essentially, it would be good if the installed gentoo java system packages (the output of "java-config -l") could be registered somehow in Eclipse, perhaps through the "User Libraries" component, allowing them to be easily added to the build path of any projects you are working on. After all, they are already installed on the system, they just need to be discovered.
Comment 1 Krzysztof Pawlik (RETIRED) gentoo-dev 2006-10-15 09:43:12 UTC
Please see this script: http://dev.gentoo.org/~nelchael/bin/generate-userlibraries.sh
Comment 2 Alastair Mailer 2006-10-17 07:16:48 UTC
A nice script! :) It would be useful if it also searched /usr/share/doc/ for the package as well so that the javadoc location could be attached to the library. However, this script needs to be advertised more I think!