First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 174591
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Java team <java@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: aditsu@yahoo.com
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 174591 depends on: Show dependency tree
Bug 174591 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-04-14 14:28 0000
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 From Petteri Räty 2007-04-15 20:31:45 0000 -------
Fixed in 2.0.31-r7. Thanks for reporting.

First Last Prev Next    No search results available      Search page      Enter new bug