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

Bug 581858

Summary: javaws script in 7.2.6.5 has incorrect path
Product: Gentoo Linux Reporter: Nathan <nathan.choate>
Component: [OLD] JavaAssignee: Java team <java>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Nathan 2016-05-02 18:21:18 UTC
I updated my icedtea (java) package.

after update, I was getting a path not found when running javaws 

/opt/icedtea-bin-7.2.5.5/bin/javaws was coming up as the path not found.


the actual path was 

/opt/icedtea-bin-7.2.6.5/bin/javaws

I opened up /opt/icedtea-bin-7.2.6.5/bin/javaws and looked at the script and the path was still listed as /opt/icedtea-bin-7.2.5.5/bin/javaws.  I changed it to 7.2.6.5 and it started just fine.


Reproducible: Always

Steps to Reproduce:
1. run javaws
2.
3.
Comment 1 James Le Cuirot gentoo-dev 2016-05-02 19:45:24 UTC
I am filing the bug that will allow me to get rid of icedtea-web-1.5 right now.

*** This bug has been marked as a duplicate of bug 538144 ***