View Single Post
Old 02-04-2014, 05:52 PM   #2
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by mazdak View Post
I've been having an issue with my jailbroken Kindle 4 NT. I'm trying to install java, and I've downloading a package, extracted it, etc., and I'm stuck on symlinking the 'java' file in my package to /bin. I symlink it, but then when I try to run 'java' it says 'Too many levels of symbolic links.' I've ran ls -l on my symlink, and it just says that it leads to /mnt/us/jre/bin/java, which is where I've installed java. How can one symlink be too many levels? Any ideas?
Why?
Just add /mnt/us/jre/bin to your path variable.
As in:
export PATH=/mnt/us/jre/bin:$PATH
knc1 is offline   Reply With Quote