DragonFly BSD
DragonFly kernel List (threaded) for 2004-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

run Java Applets in Opera 7.50 on DragonFly


From: esmith <esmith@xxxxxxxxxxxx>
Date: Fri, 21 May 2004 08:22:54 -0400


1) mkdir ~/j4o 2) cd ~/j4o 3) ln -s /usr/local/jdk1.4.1/jre/lib/i386/client/libjvm.so libjvm.so 4) ln -s /usr/local/jdk1.4.1/jre/lib/i386/client/libjvm_g.so libjvm_g.so 5) ln -s libjvm.so libjava.so 6) ln -s libjvm.so libawt.so 7) Add to the environment variable LD_LIBRARY_PATH the value: /usr/local/jdk1.4.1/jre/lib/i386/client

Then as root and at your own risk

9) cd /usr/src/lib/libc_r
10) make LDFLAGS='-lc -L/usr/lib'
11) cp /usr/obj/usr/src/world_i386/usr/lib/libc_r.so.4 ~/j4o
12) strip ~/j4o/libc_r.so.4
13) Set Java path in Opera -> Tools -> Preferences -> Multimedia to
/home/your_account/j4o
14) validate Java path
15) Try to load an applet

Running the dslreports speed test applet in WindowsXP and on DragonFly yield about the same results so I guess applets work fairly well in Opera 7.50. Although there were some responsiveness problems after running applets that required Opera to be restarted, applets appear to be reasonbly functional.



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]