then I'm check or test java on opera browser. below is step what I'm do for testing.
1. open opera bowser
2.type on address bar
http://www.java.com/en/download/testjava.jsp
3.I get message from page in opera browser, the message is: missing plug-in
so the mean java not installed in opera browser.
4. I try check with this command:
locate libnpjp2.so
and the output is :
/usr/java/jdk1.7.0/jre/lib/amd64/libnpjp2.so
/usr/java/jdk1.7.0/lib/amd64/libnpjp2.so
find / -name libnpjp2.so 2>/dev/null
and the output is :
/usr/java/jdk1.7.0/lib/amd64/libnpjp2.so
/usr/java/jdk1.7.0/jre/lib/amd64/libnpjp2.so
so what must I do for the next step installation java on opera browser ?
and I get guide from opera website like this:
So that Java will be discovered, type the following commands:
cd /usr/lib/opera/plugins
ln -s /opt/jre-1.6.0_21/usr/java/jre1.6.0_21/lib/i386/libnpjp2.so
MIME types:
application/x-java-applet::Java(tm) Plug-in
application/x-java-bean::Java(tm)
I'm not sure the next what I must do, so I need your help.
thanks before,

---------- Post added at 11:10 PM ---------- Previous post was at 11:07 PM ----------
taken
link