Net :: Opera with Java



Hello, I have  installed with MyDsl  Opera 8.25 and Javer installiert. With Firefox work`s Java fine, but not with Opera.

I have fount with:

/usr/lib/jvm/java-1.5.0-sun/jre/lib/i386  <--- this is the Path by Debian Etch

http://www.opera.com/support/search/view/459/

Quote

Enabling Java in Opera for Linux


 


These instructions were last updated for Opera 9.1.



Opera uses the Java 2 Runtime Environment (JRE) directly, rather than through the use of a Web browser plug-in. Before proceeding, you may wish to test Java to see if Opera has been able to auto-detect your Java installation using our test applet. If Opera does not show this applet (an animated analog clock), you can try adding the correct Java path for your system in Opera's preferences:



  1.




     Go to Tools > Preferences > Advanced > Content.
  2.

     Click the "Java options" button. If this button is dimmed, first check the "Enable Java" option.
  3.

     Click the "Choose" button for the "Java path" field.
  4.

     Navigate to the Java directory and click "OK". The path you are looking for is the directory of your Java installation containing the files libjava.so and libawt.so. On the command line, type:
     find / -name libjava.so 2> /dev/null

     For example, on a Debian system, the path is:
     /usr/lib/jvm/java-1.5.0-sun/jre/lib/i386
  5.

     Click the "Validate Java path" button. If you get an error message, try again with a different path.
  6.

     Click "OK" to save your changes and exit the Java dialog.
  7.

     Click "OK" to save your changes and exit the Preferences dialog.







 Browse through articles in the same categories:
 
 plug-ins



Which Path have Java by DSL 4.2.5?

I don`find it.

nonoo

Both jre1_5_0.tar.gz and .uci go into /opt, so look there..
Hello, thank you Coraga.

I have found it.


find / -name libjava.so 2> /dev/null

can I use to find the Path.


nonoo

That should find it too, but since it's in opt this would be faster:

find /opt -name libjava.so


original here.