So... I thought the issue was I didn't java installed on my machine. I found an interesting link here: http://www.clickonf5.org/linux/how-install-sun-java-ubuntu-1004-lts I just went to synaptic which shows that I have openJDK installed. according to the link bellow I need to create a folder and symlink to libnpjp2.so which currently doesn't exist in my machine.
After searching the fine print in the link you need to do the following: 1) add-apt-repository “deb http://archive.canonical.com/ lucid partner” 2) sudo apt-get update 3) sudo apt-get install sun-java6-bin sun-java6-jre jo...@jonas5:~$ sudo updatedb jo...@jonas5:~$ locate libnpjp2.so /usr/lib/jvm/java-6-sun-1.6.0.20/jre/lib/i386/libnpjp2.so jo...@jonas5://$ cd opt jo...@jonas5://opt$ ls jo...@jonas5://opt$ mkdir /opt/google/chrome/plugins mkdir: cannot create directory `/opt/google/chrome/plugins': No such file or directory jo...@jonas5://opt$ mkdir /opt/google mkdir: cannot create directory `/opt/google': Permission denied jo...@jonas5://opt$ sudo mkdir /opt/google/chrome/plugins mkdir: cannot create directory `/opt/google/chrome/plugins': No such file or directory jo...@jonas5://opt$ sudo mkdir /opt/google jo...@jonas5://opt$ sudo mkdir /opt/google/chrome jo...@jonas5://opt$ sudo mkdir /opt/google/chrome/plugins jo...@jonas5://opt$ cd /opt/google/chrome/plugins jo...@jonas5:/opt/google/chrome/plugins$ ln -s /usr/lib/jvm/java-6-sun-1.6.0.20/jre/lib/i386/libnpjp2.so ln: creating symbolic link `./libnpjp2.so': Permission denied jo...@jonas5:/opt/google/chrome/plugins$ sudo ln -s /usr/lib/jvm/java-6-sun-1.6.0.20/jre/lib/i386/libnpjp2.so jo...@jonas5:/opt/google/chrome/plugins$ ls libnpjp2.so jo...@jonas5:/opt/google/chrome/plugins$ Ok.. Now the quick test. jo...@jonas5:/opt/google/chrome/plugins$ chromium-browser --allow-file-access-from-file --enable-file-cookies file:///media/0AFD-2985/D3/d3-jt.html @%@)$^(*#$^Y@@##$%^^#@ Still get the message when saving. Anyone any ideas? On Thu, Jul 15, 2010 at 2:27 PM, Ken Girard <[email protected]> wrote: > See http://tiddlywiki.org/wiki/Google_Chrome > and then > http://chromespot.com/forum/google-chrome-troubleshooting/2366-java-gnu-linux.html > > This might help. Haven't done it myself. > > -- You received this message because you are subscribed to the Google Groups "GTD TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/gtd-tiddlywiki?hl=en.
