View Single Post
  #5 (permalink)  
Old 04-25-2007, 08:52 PM
macamba macamba is offline
Member
 
Join Date: Feb 2006
Posts: 94
Default Try this

This works for me in BT2 final, perhaps you can give it a try:
INSTALL JAVA CLIENT
http://java.com/en/download/manual.jsp
- Download Java Linux (self-extracting file)
- cd opt
- mkdir java
- cp /tmp/jre-6u1-linux-i586.bin /opt/java
- cd java
- ls
- chmod a+x jre-6u1-linux-i586.bin
- ls -l
- ./jre-6u1-linux-i586.bin
- yes
- ls

http://java.com/en/download/help/5000010500.xml#enable
- cd /opt/firefox/plugins
- ln -s /opt/java/jre1.6.0_01/plugin/i386/ns7/libjavaplugin_oji.so
- Firefox-Preferences-Content-Enable java

Good luck.

Regards,

Macamba
Reply With Quote