Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30562 - java-config should provide a way to get jdk data only (not jre)
Summary: java-config should provide a way to get jdk data only (not jre)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 26368 31468
  Show dependency tree
 
Reported: 2003-10-07 06:21 UTC by Paul de Vrieze (RETIRED)
Modified: 2003-11-08 21:14 UTC (History)
0 users

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 Paul de Vrieze (RETIRED) gentoo-dev 2003-10-07 06:21:07 UTC
In many ebuilds that need javac there is the problem that when a user has (automatically) installed a jre first and a jdk is installed subsequently, the default java provider is the jre. This breaks ebuilds that use javac such as the sys-libs/db ebuild as it cannot get the data of the jdk.
Comment 1 Adrian Almenar 2003-11-08 21:14:17 UTC
I made a change on java.eclass to set to default, the latest one installed
so this should fix bugs on it, or at least its a workaraound for this.