Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 174591 - (java) add keytool wrapper in /usr/bin
Summary: (java) add keytool wrapper in /usr/bin
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-14 14:28 UTC by aditsu
Modified: 2007-04-15 20:31 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 aditsu 2007-04-14 14:28:33 UTC
I tried to manage some certificates with keytool, and I ran into some problems. I found out it's because I was using an old keytool (from jdk 1.4). When I run "java", it calls /usr/bin/java, which goes to java 1.5, but when I run "keytool", it calls /opt/sun-jdk-1.4.2.13/bin/keytool because that dir is in my path and there's no keytool in /usr/bin

Reproducible: Always

Steps to Reproduce:
which keytool
Actual Results:  
/opt/sun-jdk-1.4.2.13/bin/keytool

Expected Results:  
/usr/bin/keytool
or at least something like /opt/sun-jdk-1.5.0.11/bin/keytool
Comment 1 Petteri Räty (RETIRED) gentoo-dev 2007-04-15 20:31:45 UTC
Fixed in 2.0.31-r7. Thanks for reporting.