Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 28th, 2012  |  syntax: Bash  |  size: 0.30 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. ## Okay So, start this all from a freshly opened terminal
  2. sudo su
  3. apt-get install scite
  4. scite /etc/profile
  5.  
  6. ## Now copy paste this next bit into the file that should hopefully open
  7.  
  8. LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"/usr/lib/jvm/jre1.7.0_04/lib/amd64"
  9. export LD_LIBRARY_PATH
  10.  
  11. ## Save and reboot