Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 30562

Summary: java-config should provide a way to get jdk data only (not jre)
Product: Gentoo Linux Reporter: Paul de Vrieze (RETIRED) <pauldv>
Component: [OLD] Core systemAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 26368, 31468    

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.